Searched defs:apk_assets (Results 1 – 8 of 8) sorted by relevance
86 static void DeleteGuardedApkAssets(Guarded<AssetManager2::ApkAssetsPtr>& apk_assets) { in DeleteGuardedApkAssets()232 AssetManager2::ApkAssetsPtr apk_assets; in NativeLoad() local292 AssetManager2::ApkAssetsPtr apk_assets; in NativeLoadFromFd() local359 AssetManager2::ApkAssetsPtr apk_assets; in NativeLoadFromFdOffset() local412 auto apk_assets = scoped_apk_assets->get(); in NativeGetAssetPath() local421 auto apk_assets = scoped_apk_assets->get(); in NativeGetDebugName() local427 auto apk_assets = scoped_apk_assets->get(); in NativeGetStringBlock() local433 auto apk_assets = scoped_apk_assets->get(); in NativeIsUpToDate() local444 auto apk_assets = scoped_apk_assets->get(); in NativeOpenXml() local474 auto apk_assets = scoped_apk_assets->get(); in NativeGetOverlayableInfo() local[all …]
321 std::vector<AssetManager2::ApkAssetsPtr> apk_assets; in NativeSetApkAssets() local755 const auto& apk_assets = assetmanager->GetApkAssets(attr_value.cookie); in NativeGetResourceStringArray() local
56 std::vector<AssetManager2::ApkAssetsPtr> apk_assets; in GetResourceBenchmark() local
70 auto apk_assets = ApkAssets::Load(GetTestDataPath() + "/styles/styles.apk", PROPERTY_DYNAMIC); in TEST() local
215 auto apk_assets = ApkAssets::LoadOverlay(temp_file.path); in TEST_F() local
94 AssetManager2::AssetManager2(ApkAssetsList apk_assets, const ResTable_config& configuration) in AssetManager2()100 bool AssetManager2::SetApkAssets(ApkAssetsList apk_assets, bool invalidate_caches) { in SetApkAssets()109 bool AssetManager2::SetApkAssets(std::initializer_list<ApkAssetsPtr> apk_assets, in SetApkAssets()114 void AssetManager2::BuildDynamicRefTable(ApkAssetsList apk_assets) { in BuildDynamicRefTable()151 for (const ApkAssets* apk_assets : sorted_apk_assets) { in BuildDynamicRefTable() local476 const auto& apk_assets = GetApkAssets(package_group.cookies_[i]); in GetResourceConfigurations() local511 const auto& apk_assets = GetApkAssets(package_group.cookies_[i]); in GetResourceLocales() local546 const auto& apk_assets = GetApkAssets(i - 1); in OpenDir() local
177 std::vector<AssetManager2::ApkAssetsPtr> apk_assets; in Lookup() local
265 AssetManager2::ApkAssetsPtr apk_assets; member