Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp879 uint32_t child_key = dtohl(map_entry->name.ident); in GetBag() local
880 if (!is_internal_resid(child_key)) { in GetBag()
881 if (entry.dynamic_ref_table->lookupResourceId(&child_key) != NO_ERROR) { in GetBag()
882 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", child_key, in GetBag()
888 if (child_key <= parent_entry->key) { in GetBag()
892 new_entry->key = child_key; in GetBag()
901 new_entry->value.data, child_key); in GetBag()
910 if (child_key >= parent_entry->key) { in GetBag()