Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dsys_stat.in.h244 #if !S_IWGRP
245 # define S_IWGRP (S_IWUSR >> 3)
268 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
Dset-mode-acl.c102 if (mode & S_IWGRP) acl_text[11] = 'w'; in qset_acl()
220 if (mode & S_IWGRP) acl_text[18] = acl_text[27] = 'w'; in qset_acl()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp62 # define S_IWGRP _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()