Home | History | Annotate | Download | only in installd

Lines Matching refs:IDMAP_BIN

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