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

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp227 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, argument
244 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause);
253 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass, local
257 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
262 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local
275 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);

Completed in 24 milliseconds