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

/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.h122 android::ResStringPool mSourcePool; member in class:aapt::BinaryResourceParser
H A DBinaryResourceParser.cpp289 if (mSourcePool.setTo(getChunkData(*parser.getChunk()),
293 << mSourcePool.getError()
493 if (mSourcePool.getError() == NO_ERROR) {
494 source.path = util::utf16ToUtf8(util::getString(mSourcePool, entry->source.index));
634 const char* str = mSourcePool.string8At(sourceBlock->pathIndex, &len);

Completed in 62 milliseconds