Searched refs:type_string_ref (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceUtils.cpp | 52 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 D | AssetManager2.cpp | 94 StringPoolRef type_string_ref; member 655 last_resolution_.type_string_ref = result->type_string_ref; in FindEntry() 796 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal() 807 last_resolution_.type_string_ref = StringPoolRef(); in ResetResourceResolution() 835 auto resource_name = ToResourceName(last_resolution_.type_string_ref, in GetLastResourceResolution() 879 return ToResourceName(result->type_string_ref, in GetResourceName()
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceUtils.h | 34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
|
H A D | AssetManager2.h | 482 StringPoolRef type_string_ref; member
|