Home
last modified time | relevance | path

Searched refs:kFrameworkPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DTheme_bench.cpp26 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk"; variable
31 auto apk = ApkAssets::Load(kFrameworkPath); in BM_ThemeApplyStyleFramework()
49 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /* cookie */, false /* appAsLib */, in BM_ThemeApplyStyleFrameworkOld()
65 auto apk = ApkAssets::Load(kFrameworkPath); in BM_ThemeGetAttribute()
81 assets.addAssetPath(String8(kFrameworkPath), nullptr /* cookie */, false /* appAsLib */, in BM_ThemeGetAttributeOld()
DAssetManager2_bench.cpp36 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk"; variable
62 std::string path = kFrameworkPath; in BM_AssetManagerLoadFrameworkAssets()
72 String8 path(kFrameworkPath); in BM_AssetManagerLoadFrameworkAssetsOld()
119 GetResourceBenchmark({kFrameworkPath}, &config, kStringOkId, state); in BM_AssetManagerGetResourceFrameworkLocale()
127 GetResourceBenchmarkOld({kFrameworkPath}, &config, kStringOkId, state); in BM_AssetManagerGetResourceFrameworkLocaleOld()
184 auto apk = ApkAssets::Load(kFrameworkPath); in BM_AssetManagerGetResourceLocales()
203 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /*cookie*/, false /*appAsLib*/, in BM_AssetManagerGetResourceLocalesOld()
220 auto apk = ApkAssets::Load(kFrameworkPath); in BM_AssetManagerSetConfigurationFramework()
243 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /*cookie*/, false /*appAsLib*/, in BM_AssetManagerSetConfigurationFrameworkOld()
DAttributeResolution_bench.cpp35 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk"; variable
82 auto framework_apk = ApkAssets::Load(kFrameworkPath); in BM_ApplyStyleFramework()
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp62 constexpr std::string_view kFrameworkPath = "/system/framework/framework-res.apk"; variable
210 const bool is_framework = target_path == kFrameworkPath; in GetTargetContainer()