libcore_io_Posix.cpp | 213 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, 230 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause); 239 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass, local 243 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error); 248 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local 261 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error); [all...] |