Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c631 #ifdef ESTALE in JDK_execvpe()
632 case ESTALE: in JDK_execvpe()
/libcore/luni/src/main/java/android/system/
DOsConstants.java248 public static final int ESTALE = placeholder(); field in OsConstants
897 if (errno == ESTALE) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp209 initConstant(env, c, "ESTALE", ESTALE); in OsConstants_initConstants()