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

/bionic/libc/kernel/uapi/linux/
H A Dstat.h57 #define S_IWOTH 00002 macro
/bionic/libc/include/sys/
H A Dstat.h143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
/bionic/libc/bionic/
H A Dsystem_properties.cpp231 || ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0)

Completed in 70 milliseconds