Searched refs:ESTALE (Results 1 – 5 of 5) sorted by relevance
471 public static final int ESTALE; field in OsConstants472 static { ESTALE = 0; }
720 #ifdef ESTALE in JDK_execvpe()721 case ESTALE: in JDK_execvpe()
316 public static final int ESTALE = placeholder(); field in OsConstants1224 if (errno == ESTALE) { in errnoName()
216 initConstant(env, c, "ESTALE", ESTALE); in OsConstants_initConstants()
300 field public static final int ESTALE;