Searched defs:fchmod (Results 1 – 11 of 11) sorted by relevance
/external/musl/src/stat/ |
D | fchmod.c | 6 int fchmod(int fd, mode_t mode) in fchmod() function
|
/external/strace/ |
D | chmod.c | 26 SYS_FUNC(fchmod) in SYS_FUNC() argument
|
/external/rust/crates/nix/src/sys/ |
D | stat.rs | 297 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function
|
/external/crosvm/base/src/sys/unix/ |
D | mod.rs | 224 pub fn fchmod<A: AsRawFd>(fd: &A, mode: Mode) -> Result<()> { in fchmod() function
|
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/ |
D | posix_compat.h | 430 int fchmod(int fd, int perms) { in fchmod() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 722 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1701 pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int; in fchmod() function
|
/external/crosvm/jail/seccomp/aarch64/ |
D | constants.json | 1958 "fchmod": 52, number
|
/external/crosvm/jail/seccomp/x86_64/ |
D | constants.json | 2004 "fchmod": 91, number
|
/external/crosvm/jail/seccomp/arm/ |
D | constants.json | 1973 "fchmod": 94, number
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3511 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
|