Searched refs:S_IRGRP (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dsys_stat.in.h231 #if !S_IRGRP
232 # define S_IRGRP (S_IRUSR >> 3)
268 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
H A Dset-mode-acl.c101 if (mode & S_IRGRP) acl_text[10] = 'r';
219 if (mode & S_IRGRP) acl_text[17] = acl_text[26] = 'r';
/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_stdio.cpp60 # ifndef S_IRGRP
61 # define S_IRGRP _S_IREAD macro
266 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP |
H A Dfstream_unistd.cpp220 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP |

Completed in 101 milliseconds