Searched defs:target_apk_path (Results 1 – 7 of 7) sorted by relevance
57 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap()68 #define ASSERT_IDMAP(idmap_ref, target_apk_path, overlay_apk_path) \ argument
189 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local218 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local259 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local301 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local323 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local451 const std::string target_apk_path = kIdmapRawTargetPath; in TEST() local
37 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
50 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
51 std::string target_apk_path; in Create() local
53 std::string target_apk_path; in CreateMultiple() local
243 std::string_view target_apk_path) in LoadedIdmap()