Home
last modified time | relevance | path

Searched refs:jniThrowRuntimeException (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h88 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
152 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
153 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
/libnativehelper/
Dlibnativehelper.map.txt14 jniThrowRuntimeException;
DJNIHelp.c310 int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp78 jniThrowRuntimeException(env, m.c_str()); in throwRuntimeException()