HomeSort by relevance Sort by last modified time
    Searched refs:fchownat (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-arm64/syscalls/
fchownat.S 5 ENTRY(fchownat) function
14 END(fchownat)
  /bionic/libc/arch-mips/syscalls/
fchownat.S 5 ENTRY(fchownat) function
19 END(fchownat)
  /bionic/libc/arch-x86_64/syscalls/
fchownat.S 5 ENTRY(fchownat) function
16 END(fchownat)
  /bionic/libc/arch-arm/syscalls/
fchownat.S 5 ENTRY(fchownat) function
22 END(fchownat)
  /bionic/libc/arch-mips64/syscalls/
fchownat.S 5 ENTRY(fchownat) function
25 END(fchownat)
  /bionic/libc/bionic/
chown.cpp 35 return fchownat(AT_FDCWD, path, uid, gid, 0);
lchown.cpp 35 return fchownat(AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW);
  /external/ltp/testcases/kernel/syscalls/fchownat/
fchownat.h 29 static inline int fchownat(int dirfd, const char *filename, uid_t owner, function
fchownat01.c 21 * This test case will verify basic function of fchownat
38 #include "fchownat.h"
108 TEST(fchownat(*(test->fds), test->filenames, geteuid(),
113 "fchownat() returned %ld, expected %d, errno=%d",
120 "fchownat() returned the expected errno %d: %s",
124 "fchownat() failed unexpectedly; expected: %d - %s",
fchownat02.c 19 * The flag of fchownat() is AT_SYMLINK_NOFOLLOW and the pathname would
35 #include "fchownat.h"
106 TEST(fchownat(dir_fd, TESTFILE_LINK, set_uid, set_gid,
110 tst_resm(TFAIL | TTERRNO, "fchownat() failed, errno=%d : %s",
127 tst_resm(TPASS, "fchownat() test AT_SYMLINK_NOFOLLOW success");
130 "fchownat() test AT_SYMLINK_NOFOLLOW fail with uid=%d "
  /external/strace/
fchownat.c 3 SYS_FUNC(fchownat)
  /bionic/libc/arch-x86/syscalls/
fchownat.S 5 ENTRY(fchownat) function
49 END(fchownat)
  /external/valgrind/memcheck/tests/solaris/
syscall_at.c 55 /* fchownat */
56 fchownat(dfd, FILENAME, -1, -1, 0);
57 fchownat(0x4369251, DIRECTORY FILENAME, -1, -1, 0);
58 fchownat(AT_FDCWD, FILENAME, -1, -1, 0);
59 fchownat(0x4369252, FILENAME, -1, -1, 0); /* warning for this one */
syscall_at.stderr.exp 7 Warning: invalid file descriptor 70685266 in syscall fchownat()
  /prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /prebuilts/ndk/r10/platforms/android-5/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /prebuilts/ndk/r10/platforms/android-8/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
stat.h 102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /development/ndk/platforms/android-12/include/sys/
stat.h 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /development/ndk/platforms/android-19/include/sys/
stat.h 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
  /development/ndk/platforms/android-9/include/sys/
stat.h 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);

Completed in 3160 milliseconds

1 2 3 4 5 6 7