Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp271 ResChunkPullParser package_parser(GetChunkData(table_parser.chunk()), in TEST_F() local
274 while (package_parser.IsGoodEvent(package_parser.Next())) { in TEST_F()
275 if (android::util::DeviceToHost16(package_parser.chunk()->type) == RES_TABLE_TYPE_TYPE) { in TEST_F()
276 type_chunk = package_parser.chunk(); in TEST_F()