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

/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.h108 android::ResStringPool mKeyPool; member in class:aapt::BinaryResourceParser
H A DBinaryResourceParser.cpp193 mKeyPool.uninit();
210 } else if (mKeyPool.getError() == NO_INIT) {
211 status_t err = mKeyPool.setTo(parser.getChunk(),
217 << mKeyPool.getError());
290 if (mKeyPool.getError() != NO_ERROR) {
330 util::getString(mKeyPool,
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp245 StringPool::flattenUtf16(pkgWriter.getBuffer(), mKeyPool);
258 StringPool mKeyPool; member in class:aapt::__anon1150::PackageFlattener
445 const uint32_t keyIndex = (uint32_t) mKeyPool.makeRef(entry->name).getIndex();

Completed in 6340 milliseconds