Searched refs:ThrowException (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 294 [[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/ |
D | JNIHelp.c | 239 static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, ...) { in ThrowException() function 311 int _status = ThrowException(env, className, ctorSig, _detailMessage, ## __VA_ARGS__); \
|