Home
last modified time | relevance | path

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

/aosp12/libnativehelper/
H A DJNIHelp.c65 static bool AppendJString(JNIEnv* env, jstring text, struct ExpandableString* dst) { in AppendJString() function
94 if (!AppendJString(env, className, dst)) { in GetExceptionSummary()
110 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary()
183 bool success = AppendJString(env, trace, dst); in GetStackTrace()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h112 [[maybe_unused]] static bool AppendJString(JNIEnv* env, jstring text, in AppendJString() function
143 if (!AppendJString(env, className, dst)) { in GetExceptionSummary()
159 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary()
233 bool success = AppendJString(env, trace, dst); in GetStackTrace()