Searched defs:overlay_apk_path (Results 1 – 11 of 11) 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()
|
D | scan.cpp | 251 char overlay_apk_path[PATH_MAX + 1]; in idmap_scan() local
|
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 69 Status Idmap2Service::getIdmapPath(const std::string& overlay_apk_path, in getIdmapPath() 77 Status Idmap2Service::removeIdmap(const std::string& overlay_apk_path, in removeIdmap() 96 Status Idmap2Service::verifyIdmap(const std::string& overlay_apk_path, in verifyIdmap() 114 const std::string& overlay_apk_path, int32_t fulfilled_policies, in createIdmap()
|
/frameworks/base/cmds/idmap2/tests/ |
D | IdmapTests.cpp | 172 void CreateIdmap(const StringPiece& target_apk_path, const StringPiece& overlay_apk_path, in CreateIdmap() 190 std::string overlay_apk_path = GetTestDataPath() + "/overlay/overlay.apk"; in TEST() local 234 std::string overlay_apk_path = GetTestDataPath() + "/system-overlay/system-overlay.apk"; in TEST() local 264 std::string overlay_apk_path = GetTestDataPath() + "/signature-overlay/signature-overlay.apk"; in TEST() local 292 std::string overlay_apk_path = in TEST() local 324 std::string overlay_apk_path = in TEST() local 361 std::string overlay_apk_path = GetTestDataPath() + "/overlay/overlay-no-name.apk"; in TEST() local 398 std::string overlay_apk_path = GetTestDataPath() + "/overlay/overlay-no-name.apk"; in TEST() local 409 std::string overlay_apk_path = in TEST() local 479 const std::string overlay_apk_path(GetTestDataPath() + "/overlay/overlay.apk"); in TEST() local [all …]
|
D | Idmap2BinaryTests.cpp | 55 const std::string& overlay_apk_path) { in AssertIdmap() 65 #define ASSERT_IDMAP(idmap_ref, target_apk_path, overlay_apk_path) \ argument
|
D | RawPrintVisitorTests.cpp | 37 const std::string overlay_apk_path(GetTestDataPath() + "/overlay/overlay.apk"); in TEST() local
|
D | PrettyPrintVisitorTests.cpp | 42 const std::string overlay_apk_path(GetTestDataPath() + "/overlay/overlay.apk"); in TEST() local
|
D | BinaryStreamVisitorTests.cpp | 74 const std::string overlay_apk_path(GetTestDataPath() + "/overlay/overlay.apk"); in TEST() local
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Create.cpp | 50 std::string overlay_apk_path; in Create() local
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | Idmap.cpp | 324 const std::string& overlay_apk_path, in FromApkAssets()
|