HomeSort by relevance Sort by last modified time
    Searched refs:kFrameworkPath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/androidfw/tests/
Theme_bench.cpp 26 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk";
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 */,
AssetManager2_bench.cpp 37 constexpr const static char* kFrameworkPath = "/system/framework/framework-res.apk";
63 std::string path = kFrameworkPath;
73 String8 path(kFrameworkPath);
150 GetResourceBenchmark({kFrameworkPath}, &config, kStringOkId, state);
158 GetResourceBenchmarkOld({kFrameworkPath}, &config, kStringOkId, state);
211 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
230 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /*cookie*/, false /*appAsLib*/,

Completed in 56 milliseconds