Searched refs:S_IWOTH (Results 1 – 3 of 3) sorted by relevance
690 return doChmod(ownerOnly ? S_IWUSR : (S_IWUSR | S_IWGRP | S_IWOTH), writable); in setWritable()
486 public static final int S_IWOTH = placeholder(); field in OsConstants
547 initConstant(env, c, "S_IWOTH", S_IWOTH); in OsConstants_initConstants()