Searched refs:GetDynamicRefTableForCookie (Results 1 – 5 of 5) sorted by relevance
155 auto dynamic_ref_table = asset_manager.GetDynamicRefTableForCookie(value->cookie); in TEST_F()
146 std::shared_ptr<const DynamicRefTable> GetDynamicRefTableForCookie(ApkAssetsCookie cookie) const;
90 const auto ref_table = am->GetDynamicRefTableForCookie(0); in OpenXmlParser()
638 auto xml_tree = util::make_unique<ResXMLTree>(assetmanager->GetDynamicRefTableForCookie(cookie)); in NativeOpenXmlAsset()677 auto xml_tree = util::make_unique<ResXMLTree>(assetmanager->GetDynamicRefTableForCookie(cookie)); in NativeOpenXmlAssetFd()
334 std::shared_ptr<const DynamicRefTable> AssetManager2::GetDynamicRefTableForCookie( in GetDynamicRefTableForCookie() function in android::AssetManager2