Home
last modified time | relevance | path

Searched defs:target_apk_path (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/idmap2/tests/
DIdmap2BinaryTests.cpp57 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
DIdmapTests.cpp189 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
218 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
259 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
301 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
323 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
451 const std::string target_apk_path = kIdmapRawTargetPath; in TEST() local
DPrettyPrintVisitorTests.cpp37 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
DRawPrintVisitorTests.cpp50 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
/frameworks/base/cmds/idmap2/idmap2/
DCreate.cpp51 std::string target_apk_path; in Create() local
DCreateMultiple.cpp53 std::string target_apk_path; in CreateMultiple() local
/frameworks/base/libs/androidfw/
DIdmap.cpp243 std::string_view target_apk_path) in LoadedIdmap()