/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_intercept.cc | 291 return s_kp->fchown(fd, owner, group);
|
kernel_proxy.cc | 321 int KernelProxy::fchown(int fd, uid_t owner, gid_t group) { function in class:nacl_io::KernelProxy [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 45 public native void fchown(FileDescriptor fd, int uid, int gid) throws ErrnoException; method in class:Posix
|
/external/bluetooth/bluedroid/btif/co/ |
bta_fs_co.c | 354 fchown(fd, BT_UID, BT_GID); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
unistd.h | 438 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 438 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 438 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur; [all...] |
/system/core/init/ |
builtins.c | 100 ret = fchown(fd, uid, gid);
|
/bionic/libc/arch-arm/ |
syscalls.mk | 82 syscall_src += arch-arm/syscalls/fchown.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 85 syscall_src += arch-mips/syscalls/fchown.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 86 syscall_src += arch-x86/syscalls/fchown.S
|
/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...] |
/system/vold/ |
VolumeManager.cpp | 482 if (fchown(dirfd, ownerUid, AID_SYSTEM) 639 result |= fchown(fd, AID_SYSTEM, privateFile? gid : AID_SYSTEM); [all...] |
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 676 fchown(fd, getuid(), group);
|
MtpServer.cpp | 940 fchown(mfr.fd, getuid(), mFileGroup); [all...] |
/frameworks/native/cmds/installd/ |
commands.c | 707 if (fchown(out_fd, AID_SYSTEM, uid) < 0) { [all...] |
/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...] |
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/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...] |
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,
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 520 throwIfMinusOne(env, "fchown", TEMP_FAILURE_RETRY(fchown(fd, uid, gid))); [all...] |
/external/bzip2/ |
bzip2.c | 1073 (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid ); [all...] |
/external/openssh/ |
sftp-server.c | 869 ret = fchown(fd, a->uid, a->gid); [all...] |
/external/ppp/pppd/ |
sys-linux.c | [all...] |
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.stderr.exp | [all...] |