Home
last modified time | relevance | path

Searched defs:jniThrowException (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/src/compat/native/
DJNIHelp.h126 inline int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() function
DJNIHelp.cpp92 extern "C" int jniThrowException(C_JNIEnv* c_env, const char* className, const char* msg) { in jniThrowException() function
/external/conscrypt/src/openjdk/native/
DJNIHelp.cpp92 int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() function