Searched refs:exceptionClassName (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/native/ |
D | JniException.cpp | 20 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { in jniThrowExceptionWithErrno() argument 22 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf))); in jniThrowExceptionWithErrno()
|
D | zip.h | 27 static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) { in throwExceptionForZlibError() argument 31 jniThrowException(env, exceptionClassName, zError(error)); in throwExceptionForZlibError()
|
D | JniException.h | 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
|