Home
last modified time | relevance | path

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

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