Searched defs:target_apk_path (Results 1 – 7 of 7) sorted by relevance
56 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap()67 #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() local320 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local342 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local470 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
268 std::string_view overlay_apk_path, std::string_view target_apk_path) in LoadedIdmap()