Home
last modified time | relevance | path

Searched defs:idmap_fd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/idmap/
Dcreate.cpp74 bool is_idmap_stale_fd(const char *target_apk_path, const char *overlay_apk_path, int idmap_fd) in is_idmap_stale_fd()
142 int idmap_fd = TEMP_FAILURE_RETRY(open(idmap_path, O_RDONLY)); in is_idmap_stale_path() local
Didmap.cpp129 int idmap_fd = strtol(idmap_str, &endptr, 10); in maybe_create_fd() local
/frameworks/native/cmds/installd/
Dcommands.c1366 static void run_idmap(const char *target_apk, const char *overlay_apk, int idmap_fd) in run_idmap()
1417 int idmap_fd = -1; in idmap() local