Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp760 auto found_resids = std::vector<uint32_t>(); in GetBagResIdStack() local
761 GetBag(resid, found_resids); in GetBagResIdStack()
763 cached_bag_resid_stacks_[resid] = found_resids; in GetBagResIdStack()
764 return found_resids; in GetBagResIdStack()
769 auto found_resids = std::vector<uint32_t>(); in GetBag() local
770 auto bag = GetBag(resid, found_resids); in GetBag()
775 cached_bag_resid_stacks_[resid] = found_resids; in GetBag()