Home
last modified time | relevance | path

Searched defs:ctorSig (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c239 static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, ...) { in ThrowException()
309 #define THROW_EXCEPTION_WITH_MESSAGE(env, className, ctorSig, msg, ...) ({ \ argument
/libnativehelper/include/nativehelper/
DJNIHelp.h294 [[maybe_unused]] static int ThrowException(JNIEnv* env, const char* className, const char* ctorSig, in ThrowException()