Home
last modified time | relevance | path

Searched defs:fchown (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/unistd/
H A Dfchown.c6 int fchown(int fd, uid_t uid, gid_t gid) in fchown() function
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs140 pub fn fchown<Fd: AsFd>(fd: Fd, owner: Option<Uid>, group: Option<Gid>) -> io::Result<()> { in fchown() functions
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js72 function fchown({ uid, gid }) { function
/third_party/node/lib/
H A Dfs.js2034 function fchown(fd, uid, gid, callback) { function
/third_party/rust/crates/nix/src/
H A Dunistd.rs734 pub fn fchown(fd: RawFd, owner: Option<Uid>, group: Option<Gid>) -> Result<()> { in fchown() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs814 pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int; in fchown() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1188 pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int; in fchown() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3541 pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int; in fchown() functions

Completed in 26 milliseconds