Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1198 auto resid_stacks_it = cached_bag_resid_stacks_.find(resid); in GetBag() local
1199 if (resid_stacks_it == cached_bag_resid_stacks_.end()) { in GetBag()
1200 resid_stacks_it = cached_bag_resid_stacks_.emplace(resid, std::vector<uint32_t>{}).first; in GetBag()
1202 const auto bag = GetBag(resid, resid_stacks_it->second); in GetBag()
1204 cached_bag_resid_stacks_.erase(resid_stacks_it); in GetBag()