Searched defs:Uid (Results 1 – 4 of 4) sorted by relevance
84 pub type Uid = uid_t; typedef
132 pub type Uid = libc::uid_t; typedef217 pub fn chown(path: &CStr, uid: Uid, gid: Gid) -> Result<()> { in chown()231 pub fn fchown<A: AsRawFd>(fd: &A, uid: Uid, gid: Gid) -> Result<()> { in fchown()
38 char Uid[8]; member
75 impl Uid { impl