Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW_PORTABLE (Results 1 – 3 of 3) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dfcntl_portable.h23 #define O_NOFOLLOW_PORTABLE 0100000 macro
65 #ifndef O_NOFOLLOW_PORTABLE
66 #define O_NOFOLLOW_PORTABLE 00400000 macro
/development/ndk/sources/android/libportable/arch-mips/
Dopen.c62 if (flags & O_NOFOLLOW_PORTABLE) in open_flags_pton()
Dfcntl.c204 if (flags & O_NOFOLLOW_PORTABLE) in fcntl_flags_pton()
244 portableflags |= O_NOFOLLOW_PORTABLE; in fcntl_flags_ntop()