Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp233 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, in throwException() argument
250 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause); in throwException()
260 static jmethodID ctor3 = env->GetMethodID(errnoExceptionClass, in throwErrnoException() local
264 throwException(env, errnoExceptionClass, ctor3, ctor2, functionName, error); in throwErrnoException()
270 static jmethodID ctor3 = env->GetMethodID(gaiExceptionClass, "<init>", in throwGaiException() local
283 throwException(env, gaiExceptionClass, ctor3, ctor2, functionName, error); in throwGaiException()