HomeSort by relevance Sort by last modified time
    Searched refs:drop_privs (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/misc/
uuidd.c 455 int timeout = 0, quiet = 0, drop_privs = 0; local
468 drop_privs = 1;
472 drop_privs = 1;
483 drop_privs = 1;
490 drop_privs = 1;
494 drop_privs = 1;
505 drop_privs = 1;
512 if (uid && drop_privs) {
  /system/core/trusty/storage/proxy/
proxy.c 57 static int drop_privs(void) function
234 if (drop_privs() < 0)
  /system/core/sdcard/
sdcard.cpp 199 static void drop_privs(uid_t uid, gid_t gid) { function
304 drop_privs(uid, gid);
402 drop_privs(uid, gid);
  /external/minijail/
Android.mk 211 LOCAL_MODULE := drop_privs
218 examples/drop_privs.cpp
  /external/selinux/sandbox/
seunshare.c 80 static int drop_privs(uid_t uid) function
154 if (drop_privs(uid) != 0) exit(-1);
784 if (drop_privs(uid) != 0) goto childerr;
  /system/core/logd/
main.cpp 90 static int drop_privs(bool klogd, bool auditd) { function
476 if (drop_privs(klogd, auditd) != 0) {

Completed in 317 milliseconds