Searched defs:idmap_fd (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/idmap/ |
D | idmap.cpp | 134 int idmap_fd = strtol(idmap_str, &endptr, 10); in maybe_create_fd() local 178 int idmap_fd = strtol(idmap_str, &endptr, 10); in maybe_verify_fd() local
|
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() 147 int idmap_fd = TEMP_FAILURE_RETRY(open(idmap_path, O_RDONLY)); in is_idmap_stale_path() local
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 2251 static void run_idmap(const char *target_apk, const char *overlay_apk, int idmap_fd) in run_idmap() 2258 static void run_verify_idmap(const char *target_apk, const char *overlay_apk, int idmap_fd) in run_verify_idmap() 2267 int idmap_fd = open(idmap_path, O_RDWR); in delete_stale_idmap() local 2353 int idmap_fd = -1; in idmap() local
|