HomeSort by relevance Sort by last modified time
    Searched refs:key_pool_ (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/format/binary/
BinaryResourceParser.cpp 197 key_pool_.uninit();
212 } else if (key_pool_.getError() == NO_INIT) {
214 key_pool_.setTo(parser.chunk(), util::DeviceToHost32(parser.chunk()->size));
217 << "ResTable_package: " << key_pool_.getError());
318 if (key_pool_.getError() != NO_ERROR) {
356 util::GetString(key_pool_, util::DeviceToHost32(entry->key.index)));
BinaryResourceParser.h 103 android::ResStringPool key_pool_; member in class:aapt::BinaryResourceParser
TableFlattener.cpp 261 StringPool::FlattenUtf8(pkg_writer.buffer(), key_pool_, diag_);
513 local_key_index = (uint32_t)key_pool_.MakeRef(entry->name).index();
516 local_key_index = (uint32_t)key_pool_.MakeRef(obfuscated_resource_name).index();
569 StringPool key_pool_; member in namespace:aapt::__anon45971

Completed in 78 milliseconds