Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp120 auto data2_copy = std::make_unique<uint8_t[]>(kTestDataLength); in TEST_F() local
121 std::copy(data2.get(), data2.get() + kTestDataLength, data2_copy.get()); in TEST_F()
124 auto input2 = std::make_unique<TestData>(data2_copy, kTestDataLength); in TEST_F()
180 auto data2_copy = std::make_unique<uint8_t[]>(kTestDataLength); in TEST_F() local
181 std::copy(data2.get(), data2.get() + kTestDataLength, data2_copy.get()); in TEST_F()
184 auto input2 = std::make_unique<TestData>(data2_copy, kTestDataLength); in TEST_F()