libcore_io_Linux.cpp | 219 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, 236 exception = env->NewObject(exceptionClass, ctor3, detailMessage.get(), error, cause); 245 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass, local 249 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error); 254 static jmethodID ctor3 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local 267 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error); [all...] |