Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/native/
Dcanonicalize_md.c236 else if (errno == ENOENT || errno == ENOTDIR || errno == EACCES || errno == ENOTCONN) { in canonicalize()
DFileChannelImpl.c223 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()
DNet.c649 if ((shutdown(fdval(env, fdo), how) < 0) && (errno != ENOTCONN)) in Java_sun_nio_ch_Net_shutdown()
/libcore/luni/src/main/java/android/system/
DOsConstants.java216 public static final int ENOTCONN = placeholder(); field in OsConstants
815 if (errno == ENOTCONN) { in errnoName()
/libcore/luni/src/test/java/libcore/io/
DOsTest.java477 if (OsConstants.ENOTCONN != expected.errno) { in test_recvfrom_concurrentShutdown()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp186 initConstant(env, c, "ENOTCONN", ENOTCONN); in OsConstants_initConstants()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DDatagramChannelTest.java2542 if (OsConstants.ENOTCONN != expected.errno) { in test_concurrentShutdown()