Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dstat.h52 #define S_IWGRP 00020 macro
/bionic/libc/include/sys/
Dstat.h119 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
/bionic/libc/bionic/
Dsystem_properties.c105 || ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0)) { in __system_properties_init()