Home
last modified time | relevance | path

Searched refs:GetTargetApkPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/idmap2/tests/
DIdmap2BinaryTests.cpp90 "--target-apk-path", GetTargetApkPath(), in TEST_F()
105 ASSERT_IDMAP(**idmap, GetTargetApkPath(), GetOverlayApkPath()); in TEST_F()
116 "--target-apk-path", GetTargetApkPath(), in TEST_F()
180 "--target-apk-path", GetTargetApkPath(), in TEST_F()
196 ASSERT_IDMAP(**idmap_static_no_name, GetTargetApkPath(), overlay_static_no_name_apk_path); in TEST_F()
202 ASSERT_IDMAP(**idmap_static_1, GetTargetApkPath(), overlay_static_1_apk_path); in TEST_F()
208 ASSERT_IDMAP(**idmap_static_2, GetTargetApkPath(), overlay_static_2_apk_path); in TEST_F()
221 "--target-apk-path", GetTargetApkPath(), in TEST_F()
240 "--target-apk-path", GetTargetApkPath(), in TEST_F()
257 "--target-apk-path", GetTargetApkPath(), in TEST_F()
[all …]
DResourceUtilsTests.cpp36 apk_assets_ = ApkAssets::Load(GetTargetApkPath()); in SetUp()
DTestHelpers.h148 const std::string& GetTargetApkPath() { in GetTargetApkPath() function