Searched defs:msg (Results 1 – 2 of 2) sorted by relevance
126 inline int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException()143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException()147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException()
83 const char* msg; in jniRegisterNativeMethods() local97 const char* msg; in jniRegisterNativeMethods() local224 extern "C" int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) { in jniThrowException()261 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException()265 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException()