HomeSort by relevance Sort by last modified time
    Searched full:fchown (Results 51 - 75 of 590) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltrace/etc/
syscalls.conf 46 int fchown(int,int,int);
  /external/ltrace/sysdeps/linux-gnu/arm/
syscallent.h 116 "fchown", /* 95 */
  /external/ltrace/sysdeps/linux-gnu/m68k/
syscallent.h 117 "fchown", /* 95 */
  /external/ltrace/sysdeps/linux-gnu/metag/
syscallent.h 76 "fchown", /* 55 */
  /external/ltrace/sysdeps/linux-gnu/mips/
syscallent.h 117 "fchown", /* 95 */
  /external/ltrace/sysdeps/linux-gnu/ppc/
syscallent.h 117 "fchown", /* 95 */
  /external/ltrace/sysdeps/linux-gnu/s390/
syscalls31.h 229 "fchown", /* 207 */
syscalls64.h 229 "fchown", /* 207 */
  /external/ltrace/sysdeps/linux-gnu/sparc/
syscallent.h 144 "fchown", /* 123 */
  /external/ltrace/sysdeps/linux-gnu/x86/
syscallent.h 117 "fchown", /* 95 */
syscallent1.h 115 "fchown", /* 93 */
  /external/strace/
sys_func.h 47 extern SYS_FUNC(fchown);
uid.c 139 SYS_FUNC(fchown)
  /external/tcpdump/lbl/
os-sunos4.h 65 int fchown(int, int, int);
  /external/valgrind/docs/internals/
MERGE_3_10_1.txt 144 //340630 arm64: fchmod (52) and fchown (55) syscalls not recognized
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 226 """Common code for chown, fchown and lchown tests."""
295 @unittest.skipUnless(hasattr(posix, 'fchown'), "test needs os.fchown()")
303 self._test_all_chown_common(posix.fchown, fd,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 226 """Common code for chown, fchown and lchown tests."""
295 @unittest.skipUnless(hasattr(posix, 'fchown'), "test needs os.fchown()")
303 self._test_all_chown_common(posix.fchown, fd,
  /prebuilts/go/darwin-x86/src/os/
file_posix.go 95 if e := syscall.Fchown(f.fd, uid, gid); e != nil {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_amd64.go 10 //sys Fchown(fd int, uid int, gid int) (err error)
syscall_linux_arm64.go 9 //sys Fchown(fd int, uid int, gid int) (err error)
syscall_linux_ppc64x.go 13 //sys Fchown(fd int, uid int, gid int) (err error)
  /prebuilts/go/linux-x86/src/os/
file_posix.go 95 if e := syscall.Fchown(f.fd, uid, gid); e != nil {
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_amd64.go 10 //sys Fchown(fd int, uid int, gid int) (err error)
syscall_linux_arm64.go 9 //sys Fchown(fd int, uid int, gid int) (err error)
syscall_linux_ppc64x.go 13 //sys Fchown(fd int, uid int, gid int) (err error)

Completed in 155 milliseconds

1 23 4 5 6 7 8 91011>>