Home
last modified time | relevance | path

Searched refs:S_IWRITE (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/details/
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) ) { in _M_open()
287 case S_IWRITE: in _M_open()
290 case (S_IWRITE | S_IREAD): in _M_open()
/ndk/sources/host-tools/ndk-stack/elff/
Dmapfile.c52 if ((share_mode & S_IWRITE) != 0) { in mapfile_open()