Lines Matching refs:uid
37373 static int robustFchown(int fd, uid_t uid, gid_t gid){
37375 return osGeteuid() ? 0 : osFchown(fd,uid,gid);
42862 ** Find the mode, uid and gid of file zFile.
42867 uid_t *pUid, /* OUT: uid of zFile. */
42907 uid_t *pUid, /* OUT: uid to set on the file */
42951 ** its value as a filename and try to copy the mode, uid and gid from
43112 uid_t uid; /* Userid for the file */
43114 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
43152 ** If openMode==0, then that means uid and gid are not set correctly
43157 robustFchown(fd, uid, gid);