Searched refs:GetTargetApkPath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/idmap2/tests/ |
D | Idmap2BinaryTests.cpp | 90 "--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 …]
|
D | ResourceUtilsTests.cpp | 36 apk_assets_ = ApkAssets::Load(GetTargetApkPath()); in SetUp()
|
D | TestHelpers.h | 148 const std::string& GetTargetApkPath() { in GetTargetApkPath() function
|