Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c637 #ifdef ETIMEDOUT in JDK_execvpe()
638 case ETIMEDOUT: in JDK_execvpe()
DNet.c670 case ETIMEDOUT: in handleSocketErrorWithDefault()
DPlainSocketImpl.c463 } else if (errno == ETIMEDOUT) { in PlainSocketImpl_socketConnect()
/libcore/luni/src/main/java/android/system/
DOsConstants.java240 public static final int ETIMEDOUT = placeholder(); field in OsConstants
875 if (errno == ETIMEDOUT) { in errnoName()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java234 if (cause.errno == ETIMEDOUT) { in isConnected()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp210 initConstant(env, c, "ETIMEDOUT", ETIMEDOUT); in OsConstants_initConstants()