Searched refs:kFrameworkPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DTheme_bench.cpp26 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk"; member in namespace:android
31 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
49 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /* cookie */, false /* appAsLib */,
65 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
84 assets.addAssetPath(String8(kFrameworkPath), nullptr /* cookie */, false /* appAsLib */,
H A DAssetManager2_bench.cpp36 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk"; member in namespace:android
62 std::string path = kFrameworkPath;
72 String8 path(kFrameworkPath);
119 GetResourceBenchmark({kFrameworkPath}, &config, kStringOkId, state);
127 GetResourceBenchmarkOld({kFrameworkPath}, &config, kStringOkId, state);
180 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
199 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /*cookie*/, false /*appAsLib*/,
216 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
237 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /*cookie*/, false /*appAsLib*/,
H A DAttributeResolution_bench.cpp35 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk"; member in namespace:android
83 std::unique_ptr<const ApkAssets> framework_apk = ApkAssets::Load(kFrameworkPath);

Completed in 34 milliseconds