Home
last modified time | relevance | path

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

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