Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c80 static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetExceptionSummary() function
213 GetExceptionSummary(env, thrown, dst); in GetStackTraceOrSummary()
232 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()
341 if (GetExceptionSummary(env, thrown, &summary)) { in jniRegisterNativeMethods()
/libnativehelper/include/nativehelper/
DJNIHelp.h133 [[maybe_unused]] static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, in GetExceptionSummary() function
267 GetExceptionSummary(env, thrown, dst); in GetStackTraceOrSummary()
286 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()
385 if (GetExceptionSummary(env, thrown, &summary)) { in jniRegisterNativeMethods()