Searched refs:S_IWGRP (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Dmake_ext4fs.c49 #define S_IWGRP 00020 macro
51 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/system/core/sh/
H A Dmiscbltin.c246 if ((mask & S_IWGRP) == 0)
/system/core/init/
H A Dutil.c166 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) {

Completed in 48 milliseconds