Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp52 #ifndef O_ACCMODE
53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
82 switch ( mode & O_ACCMODE ) { in flag_to_openmode()
Dfstream_stdio.cpp80 # ifndef O_ACCMODE
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
Dfstream_win32io.cpp39 #ifndef O_ACCMODE
40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
49 switch (mode & O_ACCMODE) { in flag_to_openmode()