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

1 2 3

  /external/ltp/include/lapi/
fcntl.h 114 #ifndef O_PATH
116 # define O_PATH 0x1000000
118 # define O_PATH 010000000
  /bionic/libc/bionic/
fchmod.cpp 46 // fd could be an O_PATH file descriptor, and the kernel
52 // on an O_PATH file descriptor, and "man open" documents fchmod
53 // on O_PATH file descriptors as returning EBADF.
55 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) {
fchmodat.cpp 50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC);
58 // We rely on the O_PATH compatibility layer added in the
flistxattr.cpp 46 // fd could be an O_PATH file descriptor, and the kernel
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) {
fgetxattr.cpp 46 // fd could be an O_PATH file descriptor, and the kernel
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) {
fsetxattr.cpp 46 // fd could be an O_PATH file descriptor, and the kernel
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 83 #ifndef O_PATH
84 #define O_PATH 010000000
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 72 #ifndef O_PATH
73 #define O_PATH 010000000
  /development/ndk/platforms/android-21/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 83 #ifndef O_PATH
84 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000

Completed in 470 milliseconds

1 2 3