Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c653 #ifdef ESTALE in JDK_execvpe()
654 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()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp216 initConstant(env, c, "ESTALE", ESTALE); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt280 field public static final int ESTALE;