Home
last modified time | relevance | path

Searched defs:jniThrowException (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c360 int jniThrowException(JNIEnv* env, const char* className, const char* message) { in jniThrowException() function
/libnativehelper/include/nativehelper/
DJNIHelp.h410 [[maybe_unused]] static int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() function