Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dsys_stat.in.h247 #if !S_IWOTH
248 # define S_IWOTH (S_IWUSR >> 6)
271 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
Dset-mode-acl.c105 if (mode & S_IWOTH) acl_text[18] = 'w'; in qset_acl()
223 if (mode & S_IWOTH) acl_text[37] = 'w'; in qset_acl()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp66 # define S_IWOTH _S_IWRITE macro
267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
Dfstream_unistd.cpp221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()