Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DJniException.cpp20 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { in jniThrowExceptionWithErrno() argument
22 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf))); in jniThrowExceptionWithErrno()
Dzip.h27 static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) { in throwExceptionForZlibError() argument
31 jniThrowException(env, exceptionClassName, zError(error)); in throwExceptionForZlibError()
DJniException.h22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);