Lines Matching refs:ApkAssetsCookie
66 ApkAssetsCookie cookie;
95 ApkAssetsCookie cookie;
158 std::unordered_map<const ApkAssets*, ApkAssetsCookie> apk_assets_cookies; in BuildDynamicRefTable()
161 apk_assets_cookies[apk_assets[i].get()] = static_cast<ApkAssetsCookie>(i); in BuildDynamicRefTable()
313 const ResStringPool* AssetManager2::GetStringPoolForCookie(ApkAssetsCookie cookie) const { in GetStringPoolForCookie()
335 ApkAssetsCookie cookie) const { in GetDynamicRefTableForCookie()
337 for (const ApkAssetsCookie& package_cookie : package_group.cookies_) { in GetDynamicRefTableForCookie()
558 std::unique_ptr<Asset> AssetManager2::Open(const std::string& filename, ApkAssetsCookie cookie, in Open()
601 ApkAssetsCookie* out_cookie) const { in OpenNonAsset()
628 ApkAssetsCookie cookie, in OpenNonAsset()
828 ApkAssetsCookie best_cookie = kInvalidCookie; in FindEntryInternal()
846 const ApkAssetsCookie cookie = package_group.cookies_[pi]; in FindEntryInternal()
976 const ApkAssetsCookie cookie = last_resolution_.cookie; in GetLastResourceResolution()
1606 const AssetManager2::ApkAssetsPtr& AssetManager2::GetApkAssets(ApkAssetsCookie cookie) const { in GetApkAssets()
1742 std::unordered_map<ApkAssetsCookie, ApkAssetsCookie> src_to_dest_asset_cookies; in SetTo()
1744 … std::unordered_map<ApkAssetsCookie, SourceToDestinationRuntimePackageMap> src_asset_cookie_id_map; in SetTo()
1812 ApkAssetsCookie data_dest_cookie; in SetTo()