Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.h56 bool ParseLibrary(const android::ResChunk_header* chunk);
DBinaryResourceParser.cpp247 if (!ParseLibrary(parser.chunk())) { in ParsePackage()
423 bool BinaryResourceParser::ParseLibrary(const ResChunk_header* chunk) { in ParseLibrary() function in aapt::BinaryResourceParser