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

12 3

  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/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-24/arch-arm/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /bionic/tests/
sys_xattr_test.cpp 70 int fd = open(tf.filename, O_PATH);
88 int fd = open(tf.filename, O_PATH);
117 int fd = open(tf.filename, O_PATH);
  /external/iptables/extensions/
libxt_cgroup.c 7 O_PATH = 1,
39 .id = O_PATH,
70 case O_PATH:
  /external/strace/xlat/
open_mode_flags.h 66 #if defined(O_PATH) || (defined(HAVE_DECL_O_PATH) && HAVE_DECL_O_PATH)
67 XLAT(O_PATH),
  /external/toybox/lib/
portability.h 212 #ifndef O_PATH
213 #define O_PATH 010000000
  /external/linux-kselftest/tools/testing/selftests/exec/
execveat.c 9 #define _GNU_SOURCE /* to get O_PATH, AT_EMPTY_PATH */
221 int dot_dfd_path = open_or_die(".", O_DIRECTORY|O_RDONLY|O_PATH);
224 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH);
228 O_RDONLY|O_PATH);
232 O_RDONLY|O_PATH);
261 /* O_PATH fd */
272 /* Mess with executable file that's already open with O_PATH */
  /external/ltp/testcases/kernel/syscalls/open/
open13.c 19 * Basic test for O_PATH flag of open(2).
83 fd = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_PATH);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 56 # define O_PATH 010000000 /* Resolve pathname but do not open file. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 57 # define O_PATH 010000000 /* Resolve pathname but do not open file. */
  /external/toybox/toys/posix/
ls.c 196 // even O_PATH? But no, this is 1990's tech.)
198 O_PATH|(O_NOFOLLOW*!(toys.optflags&FLAG_L)));
207 // query the same data in by path, but can't do it through an O_PATH
  /system/extras/ioshark/
compile_ioshark.c 61 { "O_PATH", O_PATH }

Completed in 1314 milliseconds

12 3