Home
last modified time | relevance | path

Searched refs:data1_copy (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp116 auto data1_copy = std::make_unique<uint8_t[]>(kTestDataLength); in TEST_F() local
117 std::copy(data1.get(), data1.get() + kTestDataLength, data1_copy.get()); in TEST_F()
123 auto input1 = std::make_unique<TestData>(data1_copy, kTestDataLength); in TEST_F()
176 auto data1_copy = std::make_unique<uint8_t[]>(kTestDataLength); in TEST_F() local
177 std::copy(data1.get(), data1.get() + kTestDataLength, data1_copy.get()); in TEST_F()
183 auto input1 = std::make_unique<TestData>(data1_copy, kTestDataLength); in TEST_F()