Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dfcntl_portable.h24 #define O_DIRECT_PORTABLE 0200000 macro
56 #ifndef O_DIRECT_PORTABLE
57 #define O_DIRECT_PORTABLE 00040000 macro
/development/ndk/sources/android/libportable/arch-mips/
Dopen.c56 if (flags & O_DIRECT_PORTABLE) in open_flags_pton()
Dfcntl.c198 if (flags & O_DIRECT_PORTABLE) in fcntl_flags_pton()
238 portableflags |= O_DIRECT_PORTABLE; in fcntl_flags_ntop()