Lines Matching refs:apk
41 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(path); in BM_AssetManagerLoadAssets() local
43 assets.SetApkAssets({apk.get()}); in BM_AssetManagerLoadAssets()
64 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(path); in BM_AssetManagerLoadFrameworkAssets() local
66 assets.SetApkAssets({apk.get()}); in BM_AssetManagerLoadFrameworkAssets()
132 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(GetTestDataPath() + "/styles/styles.apk"); in BM_AssetManagerGetBag() local
133 if (apk == nullptr) { in BM_AssetManagerGetBag()
139 assets.SetApkAssets({apk.get()}); in BM_AssetManagerGetBag()
184 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath); in BM_AssetManagerGetResourceLocales() local
185 if (apk == nullptr) { in BM_AssetManagerGetResourceLocales()
191 assets.SetApkAssets({apk.get()}); in BM_AssetManagerGetResourceLocales()
220 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath); in BM_AssetManagerSetConfigurationFramework() local
221 if (apk == nullptr) { in BM_AssetManagerSetConfigurationFramework()
227 assets.SetApkAssets({apk.get()}); in BM_AssetManagerSetConfigurationFramework()