Searched refs:S_IROTH (Results 1 – 4 of 4) sorted by relevance
301 | OsConstants.S_IXOTH | OsConstants.S_IROTH; in assertDirExistsAndIsAccessible()
661 return doChmod(ownerOnly ? S_IRUSR : (S_IRUSR | S_IRGRP | S_IROTH), readable); in setReadable()
477 public static final int S_IROTH = placeholder(); field in OsConstants
538 initConstant(env, c, "S_IROTH", S_IROTH); in OsConstants_initConstants()