Home
last modified time | relevance | path

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

/external/musl/src/stat/
Dfchmod.c6 int fchmod(int fd, mode_t mode) in fchmod() function
/external/strace/
Dchmod.c26 SYS_FUNC(fchmod) in SYS_FUNC() argument
/external/rust/crates/nix/src/sys/
Dstat.rs297 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function
/external/crosvm/base/src/sys/unix/
Dmod.rs224 pub fn fchmod<A: AsRawFd>(fd: &A, mode: Mode) -> Result<()> { in fchmod() function
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Dposix_compat.h430 int fchmod(int fd, int perms) { in fchmod() function
/external/rust/crates/libc/src/unix/
Dmod.rs722 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1701 pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int; in fchmod() function
/external/crosvm/jail/seccomp/aarch64/
Dconstants.json1958 "fchmod": 52, number
/external/crosvm/jail/seccomp/x86_64/
Dconstants.json2004 "fchmod": 91, number
/external/crosvm/jail/seccomp/arm/
Dconstants.json1973 "fchmod": 94, number
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3511 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function