Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DZipUtilities.cpp24 void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error, in throwExceptionForZlibError() argument
29 jniThrowException(env, exceptionClassName, stream->stream.msg); in throwExceptionForZlibError()
31 jniThrowException(env, exceptionClassName, zError(error)); in throwExceptionForZlibError()
DZipUtilities.h49 void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error,