Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnio_util.h53 jint handleSocketError(JNIEnv *env, jint errorValue);
55 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
DNet.c829 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException) in handleSocketErrorWithDefault() argument
832 switch (errorValue) { in handleSocketErrorWithDefault()
857 errno = errorValue; in handleSocketErrorWithDefault()
865 handleSocketError(JNIEnv *env, jint errorValue) { in handleSocketError() argument
866 return handleSocketErrorWithDefault(env, errorValue, in handleSocketError()