Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/tests/
DIdmap2BinaryTests.cpp93 "--target-apk-path", GetTargetApkPath(), in TEST_F()
109 ASSERT_IDMAP(**idmap, GetTargetApkPath(), GetOverlayApkPath()); in TEST_F()
120 "--target-apk-path", GetTargetApkPath(), in TEST_F()
181 "--target-apk-path", GetTargetApkPath(), in TEST_F()
244 "--target-apk-path", GetTargetApkPath(), in TEST_F()
268 "--target-apk-path", GetTargetApkPath(), in TEST_F()
DTestHelpers.h173 const std::string& GetTargetApkPath() { in GetTargetApkPath() function
DResourceUtilsTests.cpp38 apk_assets_ = ApkAssets::Load(GetTargetApkPath()); in SetUp()