/system/core/debuggerd/ |
tombstone.c | 766 fchown(*fd, AID_SYSTEM, AID_SYSTEM); 777 fchown(*fd, AID_SYSTEM, AID_SYSTEM);
|
/external/e2fsprogs/debugfs/ |
dump.c | 84 i = fchown(fd, inode->i_uid, inode->i_gid);
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 42 public void fchown(FileDescriptor fd, int uid, int gid) throws ErrnoException; method in interface:Os
|
Posix.java | 45 public native void fchown(FileDescriptor fd, int uid, int gid) throws ErrnoException; method in class:Posix
|
/system/core/toolbox/cp/ |
utils.c | 395 if (fd ? fchown(fd, fs->st_uid, fs->st_gid) :
|
/external/elfutils/src/ |
ar.c | 798 /* Never complain about fchown failing. */ 799 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, 1047 /* Never complain about fchown failing. */ 1048 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }), [all...] |
/bionic/libc/arch-arm/ |
syscalls.mk | 82 syscall_src += arch-arm/syscalls/fchown.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 86 syscall_src += arch-x86/syscalls/fchown.S
|
/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 | 99 ret = fchown(fd, uid, gid);
|
/bionic/libc/arch-mips/ |
syscalls.mk | 85 syscall_src += arch-mips/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 | 463 if (fchown(dirfd, ownerUid, AID_SYSTEM) 608 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 | 683 if (fchown(odex_fd, AID_SYSTEM, uid) < 0) { [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 525 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...] |
/external/e2fsprogs/ |
configure | [all...] |