Searched refs:S_IWOTH (Results 1 – 6 of 6) sorted by relevance
35 UnixConstants.S_IROTH | UnixConstants.S_IWOTH | UnixConstants. S_IXOTH;40 UnixConstants.S_IROTH | UnixConstants.S_IWOTH;61 case OTHERS_WRITE : mode |= UnixConstants.S_IWOTH; break; in toUnixMode()
82 static final int S_IWOTH = OsConstants.S_IWOTH; field in UnixConstants149 OsConstants.S_IROTH | OsConstants.S_IWOTH | OsConstants.S_IXOTH); in get_S_IAMB()
236 if ((bits & UnixConstants.S_IWOTH) > 0) in permissions()
191 amode = S_IWUSR | S_IWGRP | S_IWOTH; in Java_java_io_UnixFileSystem_setPermission0()436 if (chmod(path, mode & ~(S_IWUSR | S_IWGRP | S_IWOTH)) >= 0) { in Java_java_io_UnixFileSystem_setReadOnly0()
516 public static final int S_IWOTH = placeholder(); field in OsConstants
573 initConstant(env, c, "S_IWOTH", S_IWOTH); in OsConstants_initConstants()