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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
fchown.S 5 ENTRY(fchown) function
14 END(fchown)
  /bionic/libc/arch-arm/syscalls/
fchown.S 5 ENTRY(fchown) function
14 END(fchown)
  /bionic/libc/arch-mips/syscalls/
fchown.S 5 ENTRY(fchown) function
19 END(fchown)
  /bionic/libc/arch-x86_64/syscalls/
fchown.S 5 ENTRY(fchown) function
15 END(fchown)
  /bionic/libc/arch-mips64/syscalls/
fchown.S 5 ENTRY(fchown) function
25 END(fchown)
  /bionic/libc/arch-x86/syscalls/
fchown.S 5 ENTRY(fchown) function
31 END(fchown)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
fchown.c 8 int fchown(int fd, uid_t owner, gid_t group) { function
  /external/libgsm/inc/
config.h 20 #define HAS_FCHOWN 1 /* fchown syscall */
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_kernel_proxy.h 30 MOCK_METHOD3(fchown, int(int, uid_t, gid_t));
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 116 "fchown",
  /external/elfutils/0.153/src/
ranlib.c 291 /* Never complain about fchown failing. */
292 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }),
  /bionic/libc/
SYSCALLS.TXT 122 int fchown:fchown32(int, uid_t, gid_t) arm,x86
123 int fchown:fchown(int, uid_t, gid_t) arm64,mips,mips64,x86_64
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 119 @Override public void fchown(FileDescriptor fd, int uid, int gid) throws ErrnoException { method in class:BlockGuardOs
121 os.fchown(fd, uid, gid);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /system/core/adb/
file_sync_service.c 204 if(fchown(fd, uid, gid) != 0) {
210 * fchown clears the setuid bit - restore it if present.
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 321 fchown
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 316 fchown
  /development/ndk/platforms/android-12/include/
unistd.h 123 extern int fchown(int, uid_t, gid_t);
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 318 fchown
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 313 fchown
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 316 fchown
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 311 fchown
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 313 fchown

Completed in 579 milliseconds

1 2 3 4 5 6 7 8 91011>>