Searched defs:S_IWRITE (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_stdio.cpp53 # define S_IWRITE _S_IWRITE macro
95 # define S_IWRITE S_IWUSR macro
97 # define _S_IWRITE S_IWRITE
283 switch ( mode & (S_IWRITE | S_IREAD) ) {
287 case S_IWRITE:
290 case (S_IWRITE | S_IREAD):

Completed in 83 milliseconds