Searched refs:O_PATH (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h83 #ifndef O_PATH
84 #define O_PATH 010000000 macro
/external/strace/xlat/
H A Dopen_mode_flags.h66 #if defined(O_PATH) || (defined(HAVE_DECL_O_PATH) && HAVE_DECL_O_PATH)
67 XLAT(O_PATH),
/external/toybox/lib/
H A Dportability.h250 #ifndef O_PATH
251 #define O_PATH 010000000 macro
/external/toybox/toys/posix/
H A Dls.c193 // even O_PATH? But no, this is 1990's tech.)
195 O_PATH|(O_NOFOLLOW*!(toys.optflags&FLAG_L)));
204 // query the same data in by path, but can't do it through an O_PATH

Completed in 162 milliseconds