Searched refs:exceptionClassName (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/native/ |
D | JniException.cpp | 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { in jniThrowExceptionWithErrno() argument 24 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf))); in jniThrowExceptionWithErrno()
|
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 | JniException.h | 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
|
D | ZipUtilities.h | 49 void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error,
|