Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1103 std::vector<uint32_t> found_resids; in GetBagResIdStack() local
1104 GetBag(resid, found_resids); in GetBagResIdStack()
1105 cached_bag_resid_stacks_.emplace(resid, found_resids); in GetBagResIdStack()
1106 return found_resids; in GetBagResIdStack()
1123 std::vector<uint32_t> found_resids; in GetBag() local
1124 const auto bag = GetBag(resid, found_resids); in GetBag()
1125 cached_bag_resid_stacks_.emplace(resid, std::move(found_resids)); in GetBag()