Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_stat_h_mode_constants.h45 MACRO_VALUE(S_IWGRP, 020);
/bionic/libc/kernel/uapi/linux/
Dstat.h47 #define S_IWGRP 00020 macro
/bionic/libc/include/sys/
Dstat.h139 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
/bionic/libc/system_properties/
Dprop_area.cpp114 ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0) || in map_fd_ro()