Lines Matching refs:gid
31279 static int robustFchown(int fd, uid_t uid, gid_t gid){
31281 return osGeteuid() ? 0 : osFchown(fd,uid,gid);
36413 ** Find the mode, uid and gid of file zFile.
36419 gid_t *pGid /* OUT: gid of zFile. */
36459 gid_t *pGid /* OUT: gid to set on the file */
36499 ** its value as a filename and try to copy the mode, uid and gid from
36657 gid_t gid; /* Groupid for the file */
36658 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
36693 robustFchown(fd, uid, gid);