Home | History | Annotate | Download | only in installd

Lines Matching defs:IDMAP_BIN

1878     static const char *IDMAP_BIN = "/system/bin/idmap";
1884 execl(IDMAP_BIN, IDMAP_BIN, "--fd", target_apk, overlay_apk, idmap_str, (char*)NULL);
1885 ALOGE("execl(%s) failed: %s\n", IDMAP_BIN, strerror(errno));