Searched refs:c_env (Results 1 – 1 of 1) sorted by relevance
92 extern "C" int jniThrowException(C_JNIEnv* c_env, const char* className, const char* msg) { in jniThrowException() argument93 JNIEnv* env = reinterpret_cast<JNIEnv*>(c_env); in jniThrowException()