Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DBinaryResourceParser.h63 bool parseTable(const android::ResChunk_header* chunk);
DBinaryResourceParser.cpp140 error |= !parseTable(parser.getChunk()); in parse()
247 bool BinaryResourceParser::parseTable(const ResChunk_header* chunk) { in parseTable() function in aapt::BinaryResourceParser