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

/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_unistd.cpp52 #ifndef O_ACCMODE
53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
82 switch ( mode & O_ACCMODE ) {
H A Dfstream_stdio.cpp80 # ifndef O_ACCMODE
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
H A Dfstream_win32io.cpp39 #ifndef O_ACCMODE
40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
49 switch (mode & O_ACCMODE) {
/ndk/sources/host-tools/ndk-stack/elff/
H A Dmapfile.c44 } else if ((oflag & O_ACCMODE) == O_RDONLY) {

Completed in 54 milliseconds