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

/libcore/luni/src/main/native/
H A DJniException.h23 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
H A DJniException.cpp38 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { argument
40 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf)));
H A Dzip.h28 static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) { argument
32 jniThrowException(env, exceptionClassName, zError(error));

Completed in 45 milliseconds