Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h126 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()
/libnativehelper/
DJNIHelp.cpp82 char* msg; in jniRegisterNativeMethods() local
88 char* msg; in jniRegisterNativeMethods() local
210 extern "C" int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) { in jniThrowException()
247 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException()
251 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException()