Searched refs:exceptionClassName (Results 1 - 3 of 3) sorted by relevance
/libcore/luni/src/main/native/ |
H A D | JniException.h | 23 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
|
H A D | JniException.cpp | 38 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { argument 40 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf)));
|
H A D | zip.h | 28 static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) { argument 32 jniThrowException(env, exceptionClassName, zError(error));
|
Completed in 45 milliseconds