Home
last modified time | relevance | path

Searched defs:FindEntryResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp66 struct FindEntryResult { struct
68 ApkAssetsCookie cookie;
72 EntryValue entry;
76 ResTable_config config;
79 uint32_t type_flags;
82 const DynamicRefTable* dynamic_ref_table;
85 const std::string* package_name;
89 StringPoolRef type_string_ref;
93 StringPoolRef entry_string_ref;
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager2.java243 static class FindEntryResult { class in CppAssetManager2