Searched defs:uid_t (Results 1 – 5 of 5) sorted by relevance
23 pub(crate) fn new(uid: uid_t, gid: gid_t) -> Self { in new()
23 using uid_t = int; variable
224 pub fn fchown(&self, uid: uid_t, gid: gid_t) -> io::Result<()> { in fchown()
593 pub fn fchown(&self, uid: uid_t, gid: gid_t) -> io::Result<()> { in fchown()
47 pub fn fchown(&self, uid: uid_t, gid: gid_t) -> io::Result<()> { in fchown()