Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/tests/
DIdmap2BinaryTests.cpp92 "--target-apk-path", GetTargetApkPath(), in TEST_F()
108 ASSERT_IDMAP(**idmap, GetTargetApkPath(), GetOverlayApkPath()); in TEST_F()
119 "--target-apk-path", GetTargetApkPath(), in TEST_F()
180 "--target-apk-path", GetTargetApkPath(), in TEST_F()
243 "--target-apk-path", GetTargetApkPath(), in TEST_F()
267 "--target-apk-path", GetTargetApkPath(), in TEST_F()
DResourceUtilsTests.cpp38 apk_assets_ = ApkAssets::Load(GetTargetApkPath()); in SetUp()
DTestHelpers.h245 const std::string& GetTargetApkPath() { in GetTargetApkPath() function