OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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