Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/tests/
H A 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()
H A 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()
241 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /*cookie*/, false /*appAsLib*/, in BM_AssetManagerSetConfigurationFrameworkOld()
H A DAttributeResolution_bench.cpp35 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk"; variable
82 auto framework_apk = ApkAssets::Load(kFrameworkPath); in BM_ApplyStyleFramework()
/aosp14/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp62 constexpr const char* kFrameworkPath = "/system/framework/framework-res.apk"; variable
210 if (target_path == kFrameworkPath) { in GetTargetContainer()