/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 16 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 39 END(fchown)
|
/external/libgsm/inc/ |
config.h | 20 #define HAS_FCHOWN 1 /* fchown syscall */
|
/external/strace/tests/ |
uid.test | 22 syscalls="$syscalls,setuid$s,getresuid$s,setreuid$s,setresuid$s,fchown$s,getgroups$s"
|
uid.awk | 56 expected = "fchown" 57 regexp = "^fchown" suffix "\\(1, -1, -1\\)[[:space:]]+= 0$" 58 } else if (expected == "fchown") {
|
/prebuilts/go/darwin-x86/src/os/ |
os_unix_test.go | 76 t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) 83 // Fchown is not supported under windows or Plan 9. 85 t.Skipf("%s does not support syscall.Fchown", runtime.GOOS) 104 t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) 117 t.Fatalf("fchown %s -1 %d: %s", f.Name(), g, err) 123 t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) 182 t.Fatalf("fchown %s -1 %d: %s", linkname, gid, err)
|
/prebuilts/go/linux-x86/src/os/ |
os_unix_test.go | 76 t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) 83 // Fchown is not supported under windows or Plan 9. 85 t.Skipf("%s does not support syscall.Fchown", runtime.GOOS) 104 t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) 117 t.Fatalf("fchown %s -1 %d: %s", f.Name(), g, err) 123 t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) 182 t.Fatalf("fchown %s -1 %d: %s", linkname, gid, err)
|
/system/core/base/ |
file.cpp | 99 if (fchown(fd, owner, group) == -1) { 100 ALOGE("android::WriteStringToFile fchown failed: %s", strerror(errno));
|
/external/ltrace/sysdeps/linux-gnu/cris/ |
syscallent.h | 116 "fchown",
|
/external/elfutils/src/ |
ranlib.c | 279 /* Never complain about fchown failing. */ 280 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }),
|
/system/core/adb/ |
file_sync_service.cpp | 171 if (fchown(fd, uid, gid) == -1) { 172 SendSyncFailErrno(s, "fchown failed"); 179 // fchown clears the setuid bit - restore it if present.
|
/external/toybox/toys/posix/ |
cpio.c | 177 err = fchown(fd, uid, gid); 198 err = fchown(fd, uid, gid);
|
/libcore/luni/src/main/java/libcore/io/ |
BlockGuardOs.java | 120 @Override public void fchown(FileDescriptor fd, int uid, int gid) throws ErrnoException { method in class:BlockGuardOs 122 os.fchown(fd, uid, gid);
|
/development/ndk/platforms/android-12/arch-arm/symbols/ |
libc.so.functions.txt | 224 fchown
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 207 fchown
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 205 fchown
|
/development/ndk/platforms/android-12/include/ |
unistd.h | 123 extern int fchown(int, uid_t, gid_t);
|
/development/ndk/platforms/android-14/arch-arm/symbols/ |
libc.so.functions.txt | 224 fchown
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
libc.so.functions.txt | 207 fchown
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
libc.so.functions.txt | 205 fchown
|
/development/ndk/platforms/android-16/arch-arm/symbols/ |
libc.so.functions.txt | 224 fchown
|