Searched refs:ESTALE (Results 1 – 4 of 4) sorted by relevance
653 #ifdef ESTALE in JDK_execvpe()654 case ESTALE: in JDK_execvpe()
319 public static final int ESTALE = placeholder(); field in OsConstants1221 if (errno == ESTALE) { in errnoName()
216 initConstant(env, c, "ESTALE", ESTALE); in OsConstants_initConstants()
280 field public static final int ESTALE;