Home
last modified time | relevance | path

Searched refs:StringPoolRef (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DResourceUtils.h34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
DAssetManager2.h488 StringPoolRef type_string_ref;
491 StringPoolRef entry_string_ref;
DResourceTypes.h573 class StringPoolRef {
575 StringPoolRef() = default;
576 StringPoolRef(const ResStringPool* pool, uint32_t index);
/frameworks/base/libs/androidfw/
DResourceUtils.cpp52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
DAssetManager2.cpp95 StringPoolRef type_string_ref;
99 StringPoolRef entry_string_ref;
824 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal()
825 .entry_string_ref = StringPoolRef(best_package->GetKeyStringPool(), in FindEntryInternal()
835 last_resolution_.type_string_ref = StringPoolRef(); in ResetResourceResolution()
836 last_resolution_.entry_string_ref = StringPoolRef(); in ResetResourceResolution()
DResourceTypes.cpp3588 StringPoolRef typeStr;
3589 StringPoolRef keyStr;
6357 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef
6360 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8()
6367 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16()
6665 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6666 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()