Searched refs:fchmod (Results 1 – 25 of 169) sorted by relevance
1234567
/external/strace/ |
D | chmod.c | 26 SYS_FUNC(fchmod) in SYS_FUNC() argument
|
/external/crosvm/seccomp/x86_64/ |
D | 9p_device.policy | 27 fchmod: 1
|
D | fs_device.policy | 10 fchmod: 1
|
/external/crosvm/seccomp/aarch64/ |
D | 9p_device.policy | 25 fchmod: 1
|
D | fs_device.policy | 10 fchmod: 1
|
/external/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod01.c | 28 TEST(fchmod(fd, mode)); in verify_fchmod()
|
D | fchmod02.c | 32 TEST(fchmod(fd, PERMS)); in verify_fchmod()
|
D | fchmod05.c | 34 TEST(fchmod(fd, PERMS_DIR)); in verify_fchmod()
|
D | fchmod06.c | 39 TEST(fchmod(*tc->fd, tc->mode)); in verify_fchmod()
|
D | fchmod04.c | 114 TEST(fchmod(fd, PERMS)); in main()
|
D | fchmod03.c | 110 TEST(fchmod(fd, PERMS)); in main()
|
/external/crosvm/seccomp/arm/ |
D | 9p_device.policy | 28 fchmod: 1
|
D | fs_device.policy | 10 fchmod: 1
|
/external/libcups/scheduler/ |
D | cert.c | 102 fchmod(fd, 0440); in cupsdAddCert() 243 fchmod(fd, 0400); in cupsdAddCert()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open13.c | 128 TEST(fchmod(fd, 0666)); in verify_fchmod()
|
/external/rust/crates/nix/test/ |
D | test_stat.rs | 21 use nix::sys::stat::{fchmod, stat}; 159 fchmod(file.as_raw_fd(), mode1).unwrap(); in test_fchmod() 166 fchmod(file.as_raw_fd(), mode2).unwrap(); in test_fchmod()
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap04.c | 159 if (fchmod(fildes, 0555) < 0) { in setup()
|
D | mmap05.c | 165 if (fchmod(fildes, 0444) < 0) { in setup()
|
D | mmap02.c | 157 if (fchmod(fildes, 0444) < 0) { in setup()
|
D | mmap03.c | 188 if (fchmod(fildes, 0555) < 0) { in setup()
|
/external/rust/crates/nix/src/sys/ |
D | stat.rs | 131 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function 132 let res = unsafe { libc::fchmod(fd, mode.bits() as mode_t) }; in fchmod()
|
/external/adhd/seccomp/ |
D | cras-seccomp-amd64.policy | 61 fchmod: 1
|
D | cras-seccomp-arm.policy | 82 fchmod: 1
|
D | cras-seccomp-arm64.policy | 53 fchmod: 1
|
/external/e2fsprogs/util/ |
D | subst.c | 438 (void) fchmod(ofd, 0444); in main() 446 (void) fchmod(ofd, 0444); in main()
|
1234567