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