Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1038 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
1039 if (!is_internal_resid(new_key)) { in GetBag()
1042 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { in GetBag()
1043 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
1049 new_entry->key = new_key; in GetBag()
1058 new_entry->value.data, new_key); in GetBag()
1145 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
1146 if (!is_internal_resid(new_key)) { in GetBag()
1147 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { in GetBag()
1148 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
[all …]