Home
last modified time | relevance | path

Searched refs:ThrowException (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException() function
413 int _status = ThrowException(env, className, "(Ljava/lang/String;)V", _detailMessage); in jniThrowException()
427 int _status = ThrowException(env, "android/system/ErrnoException", "(Ljava/lang/String;I)V", in jniThrowErrnoException()
/libnativehelper/
DJNIHelp.c239 static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, ...) { in ThrowException() function
311 int _status = ThrowException(env, className, ctorSig, _detailMessage, ## __VA_ARGS__); \