Searched refs:exceptionClassName (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/native/ |
D | ZipUtilities.cpp | 24 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()
|
D | ZipUtilities.h | 49 void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error,
|