Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp492 util::unique_cptr<ResolvedBag> new_bag{reinterpret_cast<ResolvedBag*>( in GetBag() local
494 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()
512 new_bag->type_spec_flags = flags; in GetBag()
513 new_bag->entry_count = static_cast<uint32_t>(entry_count); in GetBag()
514 ResolvedBag* result = new_bag.get(); in GetBag()
515 cached_bags_[resid] = std::move(new_bag); in GetBag()
536 ResolvedBag* new_bag = reinterpret_cast<ResolvedBag*>( in GetBag() local
538 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()
602 const size_t actual_count = new_entry - new_bag->entries; in GetBag()
604 new_bag = reinterpret_cast<ResolvedBag*>( in GetBag()
[all …]