Searched refs:fchown (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dfchown.c8 int fchown(int fd, uid_t owner, gid_t group) { function
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h151 extern int fchown(int, uid_t, gid_t);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h30 MOCK_METHOD3(fchown, int(int, uid_t, gid_t));
H A Dkernel_wrap_test.cc271 TEST_F(KernelWrapTest, fchown) {
272 EXPECT_CALL(mock, fchown(kDummyInt, kDummyUid, kDummyGid))
274 EXPECT_EQ(kDummyInt, fchown(kDummyInt, kDummyUid, kDummyGid));
/external/libpcap/lbl/
H A Dos-sunos4.h67 int fchown(int, int, int);
/external/tcpdump/lbl/
H A Dos-sunos4.h67 int fchown(int, int, int);
/external/ltrace/etc/
H A Dsyscalls.conf46 int fchown(int,int,int);
/external/oprofile/opjitconv/
H A Dopjitconv.c170 if (fchown(fd, pw_oprofile->pw_uid, pw_oprofile->pw_gid) != 0) {
229 if (fchown(fd, getuid(), getgid()) != 0) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.h90 virtual int fchown(int fd, uid_t owner, gid_t group);
H A Dkernel_wrap.h68 int fchown(int fd, uid_t owner, gid_t group) NOTHROW;
H A Dkernel_intercept.cc394 return s_state.kp->fchown(fd, owner, group);
H A Dkernel_proxy.cc340 int KernelProxy::fchown(int fd, uid_t owner, gid_t group) { function in class:nacl_io::KernelProxy
/external/dnsmasq/src/
H A Dlog.c98 fchown(log_fd, ent_pw->pw_uid, -1) != 0)
/external/elfutils/0.153/src/
H A Dranlib.c291 /* Never complain about fchown failing. */
292 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }),
H A Dar.c825 /* Never complain about fchown failing. */
826 || (({asm ("" :: "r" (fchown (newfd, st.st_uid,
1074 /* Never complain about fchown failing. */
1075 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }),
1528 /* Never complain about fchown failing. */
1529 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }),
/external/e2fsprogs/debugfs/
H A Ddump.c86 i = fchown(fd, inode->i_uid, inode->i_gid);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc119 RESTRICT_SYSCALL_DEATH_TEST(fchown);
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c355 fchown(fd, BT_UID, BT_GID);
/external/bzip2/
H A Dbzip2.c1073 (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid );
/external/ppp/pppd/
H A Dsys-linux.c2588 fchown(sfd, uid, -1);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp2692 Syscall param fchown(fd) contains uninitialised byte(s)
2696 Syscall param fchown(owner) contains uninitialised byte(s)
2700 Syscall param fchown(group) contains uninitialised byte(s)
/external/e2fsprogs/
H A Dconfigure11044 for ac_func in __secure_getenv backtrace blkid_probe_get_topology chflags fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstowcs memalign mmap msync nanosleep open64 pathconf posix_fadvise posix_memalign prctl secure_getenv setmntent setresgid setresuid srandom strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime valloc
/external/sqlite/dist/orig/
H A Dsqlite3.c24586 ** On some systems, calls to fchown() will trigger a message in a security
24587 ** log if they come from non-root processes. So avoid calling fchown() if
24594 return geteuid() ? 0 : fchown(fd,uid,gid);
24706 { "fchown", (sqlite3_syscall_ptr)posixFchown, 0 },
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24593 ** On some systems, calls to fchown() will trigger a message in a security
24594 ** log if they come from non-root processes. So avoid calling fchown() if
24601 return geteuid() ? 0 : fchown(fd,uid,gid);
24724 { "fchown", (sqlite3_syscall_ptr)posixFchown, 0 },
[all...]

Completed in 3088 milliseconds