Home
last modified time | relevance | path

Searched refs:type_string_ref (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName() argument
59 if (base::expected<StringPiece, NullOrIOError> type_str = type_string_ref.string8(); in ToResourceName()
68 if (base::expected<StringPiece16, NullOrIOError> type16_str = type_string_ref.string16(); in ToResourceName()
H A DAssetManager2.cpp87 StringPoolRef type_string_ref; member
755 last_resolution_.type_string_ref = result->type_string_ref; in FindEntry()
893 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal()
932 auto resource_name = ToResourceName(last_resolution_.type_string_ref, in GetLastResourceResolution()
1002 return ToResourceName(result->type_string_ref, in GetResourceName()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceUtils.h34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
H A DAssetManager2.h511 StringPoolRef type_string_ref; member