Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1251 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
1252 if (!is_internal_resid(new_key)) { in GetBag()
1255 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()
1256 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
1263 new_entry->key = new_key; in GetBag()
1272 new_entry->value.data, new_key); in GetBag()
1369 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
1370 if (!is_internal_resid(new_key)) { in GetBag()
1371 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()
1372 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
[all …]