Searched refs:S_IWOTH (Results 1 – 3 of 3) sorted by relevance
189 amode = S_IWUSR | S_IWGRP | S_IWOTH; in Java_java_io_UnixFileSystem_setPermission0()429 if (chmod(path, mode & ~(S_IWUSR | S_IWGRP | S_IWOTH)) >= 0) { in Java_java_io_UnixFileSystem_setReadOnly0()
492 public static final int S_IWOTH = placeholder(); field in OsConstants
548 initConstant(env, c, "S_IWOTH", S_IWOTH); in OsConstants_initConstants()