Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.h54 bool ParsePackage(const android::ResChunk_header* chunk);
DBinaryResourceParser.cpp163 if (!ParsePackage(parser.chunk())) { in ParseTable()
183 bool BinaryResourceParser::ParsePackage(const ResChunk_header* chunk) { in ParsePackage() function in aapt::BinaryResourceParser