Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/tests/
DIdmapTests.cpp170 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
200 const std::string target_apk_path(GetTestDataPath() + local_target_apk_path.data()); in TestIdmapDataFromApkAssets() local
224 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
265 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local
358 std::string target_apk_path(GetTestDataPath()); in TEST() local
379 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
DIdmap2BinaryTests.cpp55 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap()
66 #define ASSERT_IDMAP(idmap_ref, target_apk_path, overlay_apk_path) \ argument
DPrettyPrintVisitorTests.cpp41 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
DRawPrintVisitorTests.cpp51 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
DResourceMappingTests.cpp51 const std::string target_apk_path(GetTestDataPath() + local_target_apk_path.data()); in TestGetResourceMapping() local
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp118 Status Idmap2Service::verifyIdmap(const std::string& target_apk_path, in verifyIdmap()
166 Status Idmap2Service::createIdmap(const std::string& target_apk_path, in createIdmap()
/frameworks/base/cmds/idmap2/idmap2/
DCreate.cpp49 std::string target_apk_path; in Create() local
DCreateMultiple.cpp51 std::string target_apk_path; in CreateMultiple() local
DScan.cpp131 std::string target_apk_path; in Scan() local
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp323 const std::string& target_apk_path = target_apk_assets.GetPath(); in FromApkAssets() local