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 261 return handleSocketErrorWithDefault(env, errno, JNU_JAVANETPKG "ConnectException");
656 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException)
693 return handleSocketErrorWithDefault(env, errorValue,

Completed in 409 milliseconds