Home
last modified time | relevance | path

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

/third_party/musl/src/stat/
H A Dfchmod.c6 int fchmod(int fd, mode_t mode) in fchmod() function
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs126 pub fn fchmod<Fd: AsFd>(fd: Fd, mode: Mode) -> io::Result<()> { in fchmod() functions
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs297 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() functions
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js63 function fchmod() { function
/third_party/node/lib/
H A Dfs.js1891 function fchmod(fd, mode, callback) { function
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs722 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1701 pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int; in fchmod() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3511 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() functions

Completed in 25 milliseconds