Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dota_package_parser.py219 package_parser = OtaPackageParser(package)
220 package_parser.Analyze()
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A 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 (util::DeviceToHost16(package_parser.chunk()->type) == RES_TABLE_TYPE_TYPE) { in TEST_F()
276 type_chunk = package_parser.chunk(); in TEST_F()