Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dfcntl_portable.h50 #ifndef O_SYNC_PORTABLE
51 #define O_SYNC_PORTABLE 00010000 macro
/development/ndk/sources/android/libportable/arch-mips/
Dopen.c52 if (flags & O_SYNC_PORTABLE) in open_flags_pton()
Dfcntl.c194 if (flags & O_SYNC_PORTABLE) in fcntl_flags_pton()
234 portableflags |= O_SYNC_PORTABLE; in fcntl_flags_ntop()