Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 3 of 3) 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.java261 public static final int ESTALE = placeholder(); field in OsConstants
1027 if (errno == ESTALE) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp211 initConstant(env, c, "ESTALE", ESTALE); in OsConstants_initConstants()