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

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

Completed in 53 milliseconds