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

  /external/chromium_org/sandbox/linux/services/
credentials.cc 94 // one element each and return that element in |resuid| and |resgid|
96 bool GetRESIds(uid_t* resuid, gid_t* resgid) {
104 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 1032 milliseconds