Home
last modified time | relevance | path

Searched defs:fchmod (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/stat/
Dfchmod.c6 int fchmod(int fd, mode_t mode) in fchmod() function
/third_party/rust/crates/rustix/src/fs/
Dfd.rs126 pub fn fchmod<Fd: AsFd>(fd: Fd, mode: Mode) -> io::Result<()> { in fchmod() function
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js63 function fchmod() { function
/third_party/rust/crates/nix/src/sys/
Dstat.rs297 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js334 fchmod: function (...args) { method
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs914 pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> { in fchmod() function
919 pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> { in fchmod() function
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs144 pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> { in fchmod() function
/third_party/node/lib/internal/fs/
Dpromises.js907 async function fchmod(handle, mode) { function
/third_party/node/lib/
Dfs.js1893 function fchmod(fd, mode, callback) { function
/third_party/rust/crates/libc/src/unix/
Dmod.rs722 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1701 pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int; in fchmod() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3511 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function