Searched defs:target_apk_path (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/cmds/idmap/ |
D | create.cpp | 75 bool is_idmap_stale_fd(const char *target_apk_path, const char *overlay_apk_path, int idmap_fd) in is_idmap_stale_fd() 138 bool is_idmap_stale_path(const char *target_apk_path, const char *overlay_apk_path, in is_idmap_stale_path() 156 int create_idmap(const char *target_apk_path, const char *overlay_apk_path, in create_idmap() 175 int create_and_write_idmap(const char *target_apk_path, const char *overlay_apk_path, in create_and_write_idmap() 202 int idmap_create_path(const char *target_apk_path, const char *overlay_apk_path, in idmap_create_path() 223 int idmap_create_fd(const char *target_apk_path, const char *overlay_apk_path, int fd) in idmap_create_fd() 229 int idmap_verify_fd(const char *target_apk_path, const char *overlay_apk_path, int fd) in idmap_verify_fd()
|
D | idmap.cpp | 127 int maybe_create_fd(const char *target_apk_path, const char *overlay_apk_path, in maybe_create_fd() 153 int maybe_create_path(const char *target_apk_path, const char *overlay_apk_path, in maybe_create_path() 174 int maybe_verify_fd(const char *target_apk_path, const char *overlay_apk_path, in maybe_verify_fd() 197 int maybe_scan(const char *target_package_name, const char *target_apk_path, in maybe_scan()
|
D | scan.cpp | 233 int idmap_scan(const char *target_package_name, const char *target_apk_path, in idmap_scan()
|
/frameworks/base/cmds/idmap2/tests/ |
D | IdmapTests.cpp | 172 void CreateIdmap(const StringPiece& target_apk_path, const StringPiece& overlay_apk_path, in CreateIdmap() 189 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local 233 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local 263 std::string target_apk_path = GetTestDataPath() + "/target/target.apk"; in TEST() local 291 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 360 std::string target_apk_path = GetTestDataPath() + "/target/target-no-overlayable.apk"; in TEST() local 397 std::string target_apk_path = GetTestDataPath() + "/target/target-no-overlayable.apk"; in TEST() local 408 std::string target_apk_path = GetTestDataPath() + "/target/target-no-overlayable.apk"; in TEST() local 470 std::string target_apk_path(GetTestDataPath()); in TEST() local [all …]
|
D | Idmap2BinaryTests.cpp | 54 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap() 65 #define ASSERT_IDMAP(idmap_ref, target_apk_path, overlay_apk_path) \ argument
|
D | RawPrintVisitorTests.cpp | 33 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
|
D | PrettyPrintVisitorTests.cpp | 38 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
|
D | BinaryStreamVisitorTests.cpp | 70 const std::string target_apk_path(GetTestDataPath() + "/target/target.apk"); in TEST() local
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Create.cpp | 49 std::string target_apk_path; in Create() local
|
D | Scan.cpp | 126 std::string target_apk_path; in Scan() local
|
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 113 Status Idmap2Service::createIdmap(const std::string& target_apk_path, in createIdmap()
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Idmap.cpp | 322 Result<std::unique_ptr<const Idmap>> Idmap::FromApkAssets(const std::string& target_apk_path, in FromApkAssets()
|