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

  /external/libchrome/sandbox/linux/services/
credentials.cc 42 // one element each and return that element in |resuid| and |resgid|
44 bool GetRESIds(uid_t* resuid, gid_t* resgid) {
52 if (resuid) *resuid = euid;
  /external/e2fsprogs/misc/
tune2fs.c 86 static unsigned long resgid, resuid; variable
1066 resuid = strtoul(optarg, &tmp, 0);
1072 resuid = pw->pw_uid;
    [all...]

Completed in 259 milliseconds