Home
last modified time | relevance | path

Searched refs:handleSocketErrorWithDefault (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
Dnio_util.h55 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
DNet.c360 return handleSocketErrorWithDefault(env, errno, JNU_JAVANETPKG "ConnectException"); in Java_sun_nio_ch_Net_connect0()
829 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException) in handleSocketErrorWithDefault() function
866 return handleSocketErrorWithDefault(env, errorValue, in handleSocketError()