Searched refs:EACCES (Results 1 – 3 of 3) sorted by relevance
150 public static final int EACCES = placeholder(); field in OsConstants642 if (errno == EACCES) { in errnoName()
463 if (((ErrnoException) gaiException.getCause()).errno == EACCES) { in lookupHostByName()
121 initConstant(env, c, "EACCES", EACCES); in OsConstants_initConstants()