HomeSort by relevance Sort by last modified time
    Searched defs:jniThrowRuntimeException (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/src/compat/native/
JNIHelp.h 71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
148 return jniThrowRuntimeException(&env->functions, msg);
JNIHelp.cpp 122 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {
  /libnativehelper/include/nativehelper/
JNIHelp.h 71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) {
148 return jniThrowRuntimeException(&env->functions, msg);
  /libnativehelper/
JNIHelp.cpp 248 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {

Completed in 1289 milliseconds