HomeSort by relevance Sort by last modified time
    Searched defs:current_uid (Results 1 - 2 of 2) sorted by null

  /external/honggfuzz/libhfcommon/
ns.c 47 pid_t current_uid = getuid(); local
74 snprintf(uid_map, sizeof(uid_map), "%d %d 1", (int)current_uid, (int)current_uid);
85 if (setresuid(current_uid, current_uid, current_uid) == -1) {
86 PLOG_E("setresuid(%d)", (int)current_uid);
  /external/e2fsprogs/misc/
e4defrag.c 172 static unsigned int current_uid; variable
478 if (current_uid == ROOT_UID)
549 if (current_uid != ROOT_UID &&
550 buf->st_uid != current_uid) {
1083 if (current_uid != ROOT_UID &&
1084 buf->st_uid != current_uid) {
1148 if (current_uid == ROOT_UID) {
1187 if (current_uid == ROOT_UID) {
1215 if (current_uid == ROOT_UID) {
    [all...]

Completed in 406 milliseconds