/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/syscalls/ |
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/arm/arm-linux-androideabi-4.7/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/init/ |
builtins.c | 100 ret = fchown(fd, uid, gid);
|
/system/core/toolbox/cp/ |
utils.c | 395 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 | 520 throwIfMinusOne(env, "fchown", TEMP_FAILURE_RETRY(fchown(fd, uid, gid))); [all...] |
/system/vold/ |
VolumeManager.cpp | 464 if (fchown(dirfd, ownerUid, AID_SYSTEM) 609 result |= fchown(fd, AID_SYSTEM, privateFile? gid : AID_SYSTEM); [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 237 int KernelProxy::fchown(int fd, uid_t owner, gid_t group) { function in class:nacl_io::KernelProxy
|
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 676 fchown(fd, getuid(), group);
|
/ndk/sources/host-tools/sed-4.2.1/ |
config_h.in | 260 /* Define to 1 if you have the `fchown' function. */
|
/external/elfutils/src/ |
ChangeLog | 695 ignore fchown's return value. 697 * ranlib.c: Add fchown complain work around. [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 817 if (fchown (output_fd, input->st.st_uid, input->st.st_gid) == -1) 818 fchown (output_fd, -1, input->st.st_gid); [all...] |