Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceUtils.h34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
H A DAssetManager2.h482 StringPoolRef type_string_ref;
485 StringPoolRef entry_string_ref;
H A DResourceTypes.h573 class StringPoolRef {
575 StringPoolRef() = default;
576 StringPoolRef(const ResStringPool* pool, uint32_t index);
/aosp12/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
H A DAssetManager2.cpp94 StringPoolRef type_string_ref;
98 StringPoolRef entry_string_ref;
796 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal()
797 .entry_string_ref = StringPoolRef(best_package->GetKeyStringPool(), in FindEntryInternal()
807 last_resolution_.type_string_ref = StringPoolRef(); in ResetResourceResolution()
808 last_resolution_.entry_string_ref = StringPoolRef(); in ResetResourceResolution()
H A DResourceTypes.cpp3591 StringPoolRef typeStr;
3592 StringPoolRef keyStr;
6360 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef
6363 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8()
6370 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16()
6668 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6669 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()