Home | History | Annotate | Download | only in dist

Lines Matching refs:uid

24597 static int posixFchown(int fd, uid_t uid, gid_t gid){
24601 return geteuid() ? 0 : fchown(fd,uid,gid);
29828 uid_t *pUid, /* OUT: uid to set on the file */
30026 uid_t uid; /* Userid for the file */
30028 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
30055 osFchown(fd, uid, gid);