Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 25 of 89) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dupdate.py409 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/
Dchmod.c25 SYS_FUNC(fchmod) in SYS_FUNC() argument
/external/sqlite/dist/
DAndroid.patch83 { "fchmod", (sqlite3_syscall_ptr)fchmod, 0 },
/external/tlsdate/src/
Dtlsdate-setter.c88 fchmod (save_fd, perms) != 0) in time_setter_coprocess()
/external/libvncserver/common/
Dvncauth.c83 fchmod(fileno(fp), S_IRUSR|S_IWUSR); in rfbEncryptAndStorePasswd()
/external/libbrillo/brillo/
Dfile_utils.cc150 HANDLE_EINTR(fchmod(scoped_fd.get(), new_file_permissions)) == -1) { in TouchFile()
/external/e2fsprogs/lib/blkid/
Dsave.c102 fchmod(fd, 0644); in blkid_flush_cache()
/external/libpcap/lbl/
Dos-sunos4.h64 int fchmod(int, int);
/external/elfutils/libelf/
Delf_update.c136 && unlikely (fchmod (elf->fildes, st.st_mode) != 0)) in write_file()
/external/tcpdump/lbl/
Dos-sunos4.h64 int fchmod(int, int);
/external/valgrind/memcheck/tests/solaris/
Dscalar_obsolete.stderr.exp209 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/
DChangeLog26 * replace fchmod with chmod to work on python 2.4 (mshields)
/external/chromium-trace/catapult/third_party/python_gflags/
DChangeLog26 * replace fchmod with chmod to work on python 2.4 (mshields)
/external/elfutils/src/
Dranlib.c278 || fchmod (newfd, st.st_mode & ALLPERMS) != 0 in handle_file()
Dar.c673 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/
Ddbus-file-unix.c230 if (fchmod (fd, 0644) < 0) in _dbus_string_save_to_file()
/external/vboot_reference/futility/
Dfutility.c109 fchmod(log_fd, 0666); in log_open()
/external/ltrace/etc/
Dsyscalls.conf44 int fchmod(int,octal);
/external/toybox/toys/posix/
Dcpio.c178 if (!err) err = fchmod(fd, mode); in cpio_main()
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt144 //340630 arm64: fchmod (52) and fchown (55) syscalls not recognized
/external/e2fsprogs/debugfs/
Ddump.c76 i = fchmod(fd, mode_xlate(inode->i_mode)); in fix_perms()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy_unittest.cc85 int ret = fchmod(-1, 07777); in BPF_TEST_C()
/external/libselinux/utils/
Dsefcontext_compile.c363 rc = fchmod(fd, buf.st_mode); in main()
/external/ipsec-tools/src/racoon/
Dsession.c167 if (fchmod(fileno(fp), in session()
/external/liblzf/
Dlzf.c435 fchmod (fd2, mystat.st_mode); in run_file()

1234