Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.h53 bool ParsePackage(const android::ResChunk_header* chunk);
H A DBinaryResourceParser.cpp163 if (!ParsePackage(parser.chunk())) { in ParseTable()
183 bool BinaryResourceParser::ParsePackage(const ResChunk_header* chunk) { in ParsePackage() function in aapt::BinaryResourceParser
/aosp12/system/update_engine/cros/
H A Domaha_request_action.cc597 bool ParsePackage(OmahaParserData::App* app, in ParsePackage() function
838 if (!ParsePackage(&app, output_object, can_exclude, completer)) in ParseResponse()