Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DBinaryResourceParser.cpp390 } else if (mKeyPool.getError() == NO_INIT) { in parsePackage()
391 if (mKeyPool.setTo(parser.getChunk(), parser.getChunk()->size) != in parsePackage()
395 << mKeyPool.getError() in parsePackage()
490 util::getString(mKeyPool, entry->key.index).toString() }; in parsePublic()
549 if (mKeyPool.getError() != NO_ERROR) { in parseType()
597 util::getString(mKeyPool, entry->key.index).toString() in parseType()
DBinaryResourceParser.h133 android::ResStringPool mKeyPool; variable