Searched defs:fchown (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/src/unistd/ |
H A D | fchown.c | 6 int fchown(int fd, uid_t uid, gid_t gid) in fchown() function
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | fd.rs | 140 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 D | test-trace-events-fs-async.js | 72 function fchown({ uid, gid }) { function
|
/third_party/node/lib/ |
H A D | fs.js | 2034 function fchown(fd, uid, gid, callback) { function
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 734 pub fn fchown(fd: RawFd, owner: Option<Uid>, group: Option<Gid>) -> Result<()> { in fchown() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 814 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 D | mod.rs | 1188 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 D | mod.rs | 3541 pub fn fchown(fd: ::c_int, owner: ::uid_t, group: ::gid_t) -> ::c_int; in fchown() functions
|
Completed in 26 milliseconds