Lines Matching refs:ApkAssetsCookie
73 ApkAssetsCookie cookie;
132 std::unordered_map<const ApkAssets*, ApkAssetsCookie> apk_assets_cookies; in BuildDynamicRefTable()
135 apk_assets_cookies[apk_assets_[i]] = static_cast<ApkAssetsCookie>(i); in BuildDynamicRefTable()
276 const ResStringPool* AssetManager2::GetStringPoolForCookie(ApkAssetsCookie cookie) const { in GetStringPoolForCookie()
296 ApkAssetsCookie cookie) const { in GetDynamicRefTableForCookie()
298 for (const ApkAssetsCookie& package_cookie : package_group.cookies_) { in GetDynamicRefTableForCookie()
483 std::unique_ptr<Asset> AssetManager2::Open(const std::string& filename, ApkAssetsCookie cookie, in Open()
526 ApkAssetsCookie* out_cookie) const { in OpenNonAsset()
551 ApkAssetsCookie cookie, in OpenNonAsset()
667 ApkAssetsCookie best_cookie = kInvalidCookie; in FindEntryInternal()
685 const ApkAssetsCookie cookie = package_group.cookies_[pi]; in FindEntryInternal()
824 const ApkAssetsCookie cookie = last_resolution_.cookie; in GetLastResourceResolution()
1361 ApkAssetsCookie cookie;
1489 std::map<ApkAssetsCookie, ApkAssetsCookie> src_to_dest_asset_cookies; in SetTo()
1491 std::map<ApkAssetsCookie, SourceToDestinationRuntimePackageMap> src_asset_cookie_id_map; in SetTo()
1555 ApkAssetsCookie data_dest_cookie; in SetTo()