Searched refs:kFrameworkPath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | Theme_bench.cpp | 26 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()
|
D | AssetManager2_bench.cpp | 36 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()
|
D | AttributeResolution_bench.cpp | 35 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/ |
D | Idmap2Service.cpp | 62 constexpr std::string_view kFrameworkPath = "/system/framework/framework-res.apk"; variable 210 const bool is_framework = target_path == kFrameworkPath; in GetTargetContainer()
|