Searched defs:O_ACCMODE (Results 1 - 5 of 5) sorted by last modified time

/external/stlport/src/details/
H A Dfstream_stdio.cpp80 # ifndef O_ACCMODE
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
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_win32io.cpp39 #ifndef O_ACCMODE
40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
49 switch (mode & O_ACCMODE) {
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java222 public static final int O_ACCMODE = placeholder(); field in class:OsConstants
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h18 #define O_ACCMODE 00000003 macro

Completed in 84 milliseconds