Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnio_util.h72 jint handleSocketError(JNIEnv *env, jint errorValue);
74 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
DNet.c825 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException) in handleSocketErrorWithDefault() argument
828 switch (errorValue) { in handleSocketErrorWithDefault()
853 errno = errorValue; in handleSocketErrorWithDefault()
861 handleSocketError(JNIEnv *env, jint errorValue) { in handleSocketError() argument
862 return handleSocketErrorWithDefault(env, errorValue, in handleSocketError()