Searched defs:O_WRONLY (Results 1 - 4 of 4) sorted by last modified time

/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h27 #ifndef O_WRONLY
28 #define O_WRONLY 01 macro
/external/stlport/src/details/
H A Dfstream_stdio.cpp71 # define O_WRONLY _O_WRONLY macro
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java232 public static final int O_WRONLY = placeholder(); field in class:OsConstants
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h20 #define O_WRONLY 00000001 macro

Completed in 310 milliseconds