Searched refs:JNI_OK (Results 1 – 2 of 2) sorted by relevance
229 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) { in jniThrowException()
1133 #define JNI_OK (0) /* no error */ macro