Home
last modified time | relevance | path

Searched defs:overlay_apk_path (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/cmds/idmap/
Dcreate.cpp75 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()
Didmap.cpp127 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()
Dscan.cpp251 char overlay_apk_path[PATH_MAX + 1]; in idmap_scan() local
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp69 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/
DIdmapTests.cpp172 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 …]
DIdmap2BinaryTests.cpp55 const std::string& overlay_apk_path) { in AssertIdmap()
65 #define ASSERT_IDMAP(idmap_ref, target_apk_path, overlay_apk_path) \ argument
DRawPrintVisitorTests.cpp37 const std::string overlay_apk_path(GetTestDataPath() + "/overlay/overlay.apk"); in TEST() local
DPrettyPrintVisitorTests.cpp42 const std::string overlay_apk_path(GetTestDataPath() + "/overlay/overlay.apk"); in TEST() local
DBinaryStreamVisitorTests.cpp74 const std::string overlay_apk_path(GetTestDataPath() + "/overlay/overlay.apk"); in TEST() local
/frameworks/base/cmds/idmap2/idmap2/
DCreate.cpp50 std::string overlay_apk_path; in Create() local
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp324 const std::string& overlay_apk_path, in FromApkAssets()