HomeSort by relevance Sort by last modified time
    Searched refs:handleSocketErrorWithDefault (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/native/
nio_util.h 55 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
Net.c 357 return handleSocketErrorWithDefault(env, errno, JNU_JAVANETPKG "ConnectException");
829 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException)
866 return handleSocketErrorWithDefault(env, errorValue,

Completed in 920 milliseconds