Searched refs:AppendJString (Results 1 – 2 of 2) sorted by relevance
/aosp12/libnativehelper/ |
H A D | JNIHelp.c | 65 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 D | JNIHelp.h | 112 [[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()
|