Searched refs:parent_resid (Results 1 – 1 of 1) sorted by relevance
1032 uint32_t parent_resid = dtohl(map->parent.ident); in GetBag() local1033 if (parent_resid == 0U || in GetBag()1034 std::find(child_resids.begin(), child_resids.end(), parent_resid) != child_resids.end()) { in GetBag()1090 entry->dynamic_ref_table->lookupResourceId(&parent_resid); in GetBag()1093 const auto parent_bag = GetBag(parent_resid, child_resids); in GetBag()1096 LOG(ERROR) << base::StringPrintf("Failed to find parent 0x%08x of bag 0x%08x.", parent_resid, in GetBag()