Home
last modified time | relevance | path

Searched refs:S_IWRITE (Results 1 – 3 of 3) 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/sed-4.2.1/lib/
Dsys_stat.in.h238 #if !S_IWUSR && S_IWRITE
239 # define S_IWUSR S_IWRITE
/ndk/sources/host-tools/ndk-stack/elff/
Dmapfile.c52 if ((share_mode & S_IWRITE) != 0) { in mapfile_open()