Lines Matching refs:ApkAssetsCookie
66 ApkAssetsCookie cookie;
143 std::unordered_map<const ApkAssets*, ApkAssetsCookie> apk_assets_cookies; in BuildDynamicRefTable()
146 apk_assets_cookies[apk_assets[i].get()] = static_cast<ApkAssetsCookie>(i); in BuildDynamicRefTable()
298 const ResStringPool* AssetManager2::GetStringPoolForCookie(ApkAssetsCookie cookie) const { in GetStringPoolForCookie()
320 ApkAssetsCookie cookie) const { in GetDynamicRefTableForCookie()
322 for (const ApkAssetsCookie& package_cookie : package_group.cookies_) { in GetDynamicRefTableForCookie()
531 std::unique_ptr<Asset> AssetManager2::Open(const std::string& filename, ApkAssetsCookie cookie, in Open()
574 ApkAssetsCookie* out_cookie) const { in OpenNonAsset()
601 ApkAssetsCookie cookie, in OpenNonAsset()
771 ApkAssetsCookie best_cookie = kInvalidCookie; in FindEntryInternal()
787 const ApkAssetsCookie cookie = package_group.cookies_[pi]; in FindEntryInternal()
917 const ApkAssetsCookie cookie = last_resolution_.cookie; in GetLastResourceResolution()
1507 const AssetManager2::ApkAssetsPtr& AssetManager2::GetApkAssets(ApkAssetsCookie cookie) const { in GetApkAssets()
1527 ApkAssetsCookie cookie;
1649 std::unordered_map<ApkAssetsCookie, ApkAssetsCookie> src_to_dest_asset_cookies; in SetTo()
1651 … std::unordered_map<ApkAssetsCookie, SourceToDestinationRuntimePackageMap> src_asset_cookie_id_map; in SetTo()
1719 ApkAssetsCookie data_dest_cookie; in SetTo()