Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp487 uint32_t parent_resid = dtohl(map->parent.ident); in GetBag() local
488 if (parent_resid == 0) { in GetBag()
520 entry.dynamic_ref_table->lookupResourceId(&parent_resid); in GetBag()
523 const ResolvedBag* parent_bag = GetBag(parent_resid); in GetBag()
526 …LOG(ERROR) << base::StringPrintf("Failed to find parent 0x%08x of bag 0x%08x.", parent_resid, resi… in GetBag()