Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1102 uint32_t child_key = dtohl(map_entry->name.ident); in GetBag() local
1103 if (!is_internal_resid(child_key)) { in GetBag()
1104 if (entry.dynamic_ref_table->lookupResourceId(&child_key) != NO_ERROR) { in GetBag()
1105 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", child_key, in GetBag()
1111 if (child_key <= parent_entry->key) { in GetBag()
1115 new_entry->key = child_key; in GetBag()
1124 new_entry->value.data, child_key); in GetBag()
1135 if (child_key >= parent_entry->key) { in GetBag()