Searched refs:fchmod (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_linux.cc69 CHECK_EQ(fchmod(-1, 07777), -1);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h150 extern int fchmod(int, mode_t);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h29 MOCK_METHOD2(fchmod, int(int, mode_t));
H A Dkernel_wrap_test.cc261 TEST_F(KernelWrapTest, fchmod) {
262 EXPECT_CALL(mock, fchmod(kDummyInt, kDummyMode))
266 EXPECT_EQ(0, fchmod(kDummyInt, kDummyMode));
267 EXPECT_EQ(-1, fchmod(kDummyInt, kDummyMode));
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils.cc181 fchmod(file_descriptor.get(), READ_WRITE_ALL_FILE_FLAGS);
/external/chromium_org/content/common/sandbox_linux/
H A Dsandbox_seccomp_bpf_linux.cc121 syscall_ret = fchmod(-1, 07777);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_bionic.cc123 OP(fchmod); \
172 int WRAP(fchmod)(int fd, mode_t mode) NOTHROW {
364 CHECK_REAL(fchmod);
365 return REAL(fchmod)(fd, mode);
H A Dkernel_wrap_newlib.cc69 OP(dev_fdio, fchmod); \
145 int WRAP(fchmod)(int fd, mode_t mode) {
H A Dkernel_proxy.h110 virtual int fchmod(int fd, mode_t mode);
H A Dkernel_wrap_glibc.cc173 OP(fchmod); \
381 int WRAP(fchmod)(int fd, mode_t mode) {
H A Dkernel_intercept.cc198 return s_state.kp->fchmod(fd, mode);
/external/e2fsprogs/lib/blkid/
H A Dsave.c102 fchmod(fd, 0644);
/external/elfutils/0.153/libelf/
H A Delf_update.c137 /* fchmod ignores the bits we cannot change. */
138 && unlikely (fchmod (elf->fildes, st.st_mode) != 0))
/external/libpcap/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/external/tcpdump/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/external/ltrace/etc/
H A Dsyscalls.conf44 int fchmod(int,octal);
/external/elfutils/0.153/src/
H A Dranlib.c290 || fchmod (newfd, st.st_mode & ALLPERMS) != 0
H A Dar.c684 if (unlikely (fchmod (xfd, arhdr->ar_mode) != 0))
824 || fchmod (newfd, st.st_mode & ALLPERMS) != 0
1073 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0
1527 && (fchmod (newfd, st.st_mode & ALLPERMS) != 0
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc99 int ret = fchmod(-1, 07777);
/external/e2fsprogs/debugfs/
H A Ddump.c76 i = fchmod(fd, mode_xlate(inode->i_mode));
/external/ipsec-tools/src/racoon/
H A Dsession.c167 if (fchmod(fileno(fp),
/external/liblzf/
H A Dlzf.c435 fchmod (fd2, mystat.st_mode);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc117 RESTRICT_SYSCALL_DEATH_TEST(fchmod);
/external/ppp/pppd/
H A Dtty.c596 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) {
842 if (fchmod(real_ttyfd, tty_mode) != 0)
/external/elfutils/0.153/libasm/
H A Dasm_end.c512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)

Completed in 1302 milliseconds

12