Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp608 uint32_t parent_resid = dtohl(map->parent.ident); in GetBag() local
609 if (parent_resid == 0 || std::find(child_resids.begin(), child_resids.end(), parent_resid) in GetBag()
650 entry.dynamic_ref_table->lookupResourceId(&parent_resid); in GetBag()
653 const ResolvedBag* parent_bag = GetBag(parent_resid, child_resids); in GetBag()
656 LOG(ERROR) << base::StringPrintf("Failed to find parent 0x%08x of bag 0x%08x.", parent_resid, in GetBag()