HomeSort by relevance Sort by last modified time
    Searched full:fchown (Results 401 - 425 of 567) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/syscalls/
amd64-linux.xml 110 <syscall name="fchown" number="93"/>
i386-linux.xml 112 <syscall name="fchown" number="95"/>
mips-n32-linux.xml 108 <syscall name="fchown" number="6091"/>
mips-n64-linux.xml 108 <syscall name="fchown" number="5091"/>
mips-o32-linux.xml 107 <syscall name="fchown" number="4095"/>
ppc-linux.xml 112 <syscall name="fchown" number="95"/>
ppc64-linux.xml 112 <syscall name="fchown" number="95"/>
sparc-linux.xml 139 <syscall name="fchown" number="123"/>
sparc64-linux.xml 122 <syscall name="fchown" number="123"/>
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/syscalls/
amd64-linux.xml 110 <syscall name="fchown" number="93"/>
i386-linux.xml 112 <syscall name="fchown" number="95"/>
mips-n32-linux.xml 108 <syscall name="fchown" number="6091"/>
mips-n64-linux.xml 108 <syscall name="fchown" number="5091"/>
mips-o32-linux.xml 107 <syscall name="fchown" number="4095"/>
ppc-linux.xml 112 <syscall name="fchown" number="95"/>
ppc64-linux.xml 112 <syscall name="fchown" number="95"/>
sparc-linux.xml 139 <syscall name="fchown" number="123"/>
sparc64-linux.xml 122 <syscall name="fchown" number="123"/>
  /system/core/toolbox/upstream-netbsd/bin/cp/
utils.c 392 if (fd ? fchown(fd, fs->st_uid, fs->st_gid) :
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 648 if hasattr(os, "fchown"):
649 self.check(os.fchown, -1, -1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 648 if hasattr(os, "fchown"):
649 self.check(os.fchown, -1, -1)
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 585 throwIfMinusOne(env, "fchown", TEMP_FAILURE_RETRY(fchown(fd, uid, gid)));
    [all...]
  /frameworks/native/cmds/installd/
commands.c 949 if (fchown(out_fd, AID_SYSTEM, uid) < 0) {
    [all...]
  /system/vold/
VolumeManager.cpp 574 if (fchown(dirfd, ownerUid, AID_SYSTEM)
874 result |= fchown(fd, AID_SYSTEM, privateFile? gid : AID_SYSTEM);
    [all...]
  /external/e2fsprogs/lib/
config.h.in 112 /* Define to 1 if you have the `fchown' function. */

Completed in 2455 milliseconds

<<11121314151617181920>>