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