Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c652 #ifdef ESTALE in JDK_execvpe()
653 case ESTALE: in JDK_execvpe()
/libcore/luni/src/main/java/android/system/
DOsConstants.java319 public static final int ESTALE = placeholder(); field in OsConstants
1221 if (errno == ESTALE) { in errnoName()