Home
last modified time | relevance | path

Searched refs:idmap_str (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/idmap/
Didmap.cpp124 const char *idmap_str) in maybe_create_fd() argument
130 int idmap_fd = strtol(idmap_str, &endptr, 10); in maybe_create_fd()
132 fprintf(stderr, "error: failed to parse file descriptor argument %s\n", idmap_str); in maybe_create_fd()
/frameworks/native/cmds/installd/
Dcommands.cpp1706 char idmap_str[MAX_INT_LEN]; in run_idmap() local
1708 snprintf(idmap_str, sizeof(idmap_str), "%d", idmap_fd); in run_idmap()
1710 execl(IDMAP_BIN, IDMAP_BIN, "--fd", target_apk, overlay_apk, idmap_str, (char*)NULL); in run_idmap()