Searched defs:ctor2 (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
246 exception = env->NewObject(exceptionClass, ctor2, detailMessage.get(), error);
255 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass, local
257 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
264 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local
275 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);

Completed in 371 milliseconds