Searched defs:fchmod (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/src/stat/ |
D | fchmod.c | 6 int fchmod(int fd, mode_t mode) in fchmod() function
|
/third_party/rust/crates/rustix/src/fs/ |
D | fd.rs | 126 pub fn fchmod<Fd: AsFd>(fd: Fd, mode: Mode) -> io::Result<()> { in fchmod() function
|
/third_party/node/test/parallel/ |
D | test-trace-events-fs-async.js | 63 function fchmod() { function
|
/third_party/rust/crates/nix/src/sys/ |
D | stat.rs | 297 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 334 fchmod: function (...args) { method
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 914 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/ |
D | syscalls.rs | 144 pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> io::Result<()> { in fchmod() function
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 907 async function fchmod(handle, mode) { function
|
/third_party/node/lib/ |
D | fs.js | 1893 function fchmod(fd, mode, callback) { function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 722 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1701 pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int; in fchmod() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3511 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
|