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

/libcore/ojluni/src/main/native/
H A Dnio_util.h53 jint handleSocketError(JNIEnv *env, jint errorValue);
55 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
H A DNet.c811 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException) argument
814 switch (errorValue) {
839 errno = errorValue;
847 handleSocketError(JNIEnv *env, jint errorValue) { argument
848 return handleSocketErrorWithDefault(env, errorValue,

Completed in 40 milliseconds