Searched refs:fchmod (Results 1 – 25 of 89) sorted by relevance
1234
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | update.py | 409 os.fchmod(fd, stat.S_IWRITE | stat.S_IRUSR | 414 os.fchmod(fd, stat.S_IRWXU | stat.S_IXGRP | stat.S_IXOTH | 420 os.fchmod(fd, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP |
|
/external/strace/ |
D | chmod.c | 25 SYS_FUNC(fchmod) in SYS_FUNC() argument
|
/external/sqlite/dist/ |
D | Android.patch | 83 { "fchmod", (sqlite3_syscall_ptr)fchmod, 0 },
|
/external/tlsdate/src/ |
D | tlsdate-setter.c | 88 fchmod (save_fd, perms) != 0) in time_setter_coprocess()
|
/external/libvncserver/common/ |
D | vncauth.c | 83 fchmod(fileno(fp), S_IRUSR|S_IWUSR); in rfbEncryptAndStorePasswd()
|
/external/libbrillo/brillo/ |
D | file_utils.cc | 150 HANDLE_EINTR(fchmod(scoped_fd.get(), new_file_permissions)) == -1) { in TouchFile()
|
/external/e2fsprogs/lib/blkid/ |
D | save.c | 102 fchmod(fd, 0644); in blkid_flush_cache()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 64 int fchmod(int, int);
|
/external/elfutils/libelf/ |
D | elf_update.c | 136 && unlikely (fchmod (elf->fildes, st.st_mode) != 0)) in write_file()
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 64 int fchmod(int, int);
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar_obsolete.stderr.exp | 209 Syscall param fchmod(fildes) contains uninitialised byte(s) 212 Syscall param fchmod(mode) contains uninitialised byte(s)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
D | ChangeLog | 26 * replace fchmod with chmod to work on python 2.4 (mshields)
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
D | ChangeLog | 26 * replace fchmod with chmod to work on python 2.4 (mshields)
|
/external/elfutils/src/ |
D | ranlib.c | 278 || fchmod (newfd, st.st_mode & ALLPERMS) != 0 in handle_file()
|
D | ar.c | 673 if (unlikely (fchmod (xfd, arhdr->ar_mode) != 0)) in do_oper_extract() 813 || fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_extract() 1062 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_delete() 1516 && (fchmod (newfd, st.st_mode & ALLPERMS) != 0 in do_oper_insert()
|
/external/dbus/dbus/ |
D | dbus-file-unix.c | 230 if (fchmod (fd, 0644) < 0) in _dbus_string_save_to_file()
|
/external/vboot_reference/futility/ |
D | futility.c | 109 fchmod(log_fd, 0666); in log_open()
|
/external/ltrace/etc/ |
D | syscalls.conf | 44 int fchmod(int,octal);
|
/external/toybox/toys/posix/ |
D | cpio.c | 178 if (!err) err = fchmod(fd, mode); in cpio_main()
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 144 //340630 arm64: fchmod (52) and fchown (55) syscalls not recognized
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 76 i = fchmod(fd, mode_xlate(inode->i_mode)); in fix_perms()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy_unittest.cc | 85 int ret = fchmod(-1, 07777); in BPF_TEST_C()
|
/external/libselinux/utils/ |
D | sefcontext_compile.c | 363 rc = fchmod(fd, buf.st_mode); in main()
|
/external/ipsec-tools/src/racoon/ |
D | session.c | 167 if (fchmod(fileno(fp), in session()
|
/external/liblzf/ |
D | lzf.c | 435 fchmod (fd2, mystat.st_mode); in run_file()
|
1234