Searched refs:idmap_str (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/idmap/ |
D | idmap.cpp | 123 const char *idmap_str) in maybe_create_fd() argument 129 int idmap_fd = strtol(idmap_str, &endptr, 10); in maybe_create_fd() 131 fprintf(stderr, "error: failed to parse file descriptor argument %s\n", idmap_str); in maybe_create_fd()
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 1608 char idmap_str[MAX_INT_LEN]; in run_idmap() local 1610 snprintf(idmap_str, sizeof(idmap_str), "%d", idmap_fd); in run_idmap() 1612 execl(IDMAP_BIN, IDMAP_BIN, "--fd", target_apk, overlay_apk, idmap_str, (char*)NULL); in run_idmap()
|