Home | History | Annotate | Download | only in androidfw

Lines Matching defs:bag

478     // Not a bag, nothing to do.
501 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid);
526 LOG(ERROR) << base::StringPrintf("Failed to find parent 0x%08x of bag 0x%08x.", parent_resid, resid);
530 // Combine flags from the parent and our own bag.
533 // Create the max possible entries we can make. Once we construct the bag,
548 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", child_key, resid);
580 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid);
691 // Be more conservative with what gets purged. Only if the bag has other possible
707 const ResolvedBag* bag = asset_manager_->GetBag(resid);
708 if (bag == nullptr) {
713 type_spec_flags_ |= bag->type_spec_flags;
717 const auto bag_iter_end = end(bag);
718 for (auto bag_iter = begin(bag); bag_iter != bag_iter_end; ++bag_iter) {
758 for (auto bag_iter = begin(bag); bag_iter != bag_iter_end; ++bag_iter) {
781 entry.type_spec_flags |= bag->type_spec_flags;