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 87 // one element each and return that element in |resuid| and |resgid|
89 bool GetRESIds(uid_t* resuid, gid_t* resgid) {
97 if (resuid) *resuid = euid;
  /external/e2fsprogs/misc/
tune2fs.c 74 static unsigned long resgid, resuid; variable
817 resuid = strtoul(optarg, &tmp, 0);
823 resuid = pw->pw_uid;
    [all...]

Completed in 459 milliseconds