Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp496 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
497 if (!is_internal_resid(new_key)) { in GetBag()
500 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { in GetBag()
501 … LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid); in GetBag()
507 new_entry->key = new_key; in GetBag()
577 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
578 if (!is_internal_resid(new_key)) { in GetBag()
579 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { in GetBag()
580 … LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid); in GetBag()
586 new_entry->key = new_key; in GetBag()