Searched refs:AppendJString (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
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() 108 success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary() 185 bool success = AppendJString(env, trace, dst); in GetStackTrace()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 117 [[maybe_unused]] static bool AppendJString(JNIEnv* env, jstring text, in AppendJString() function 148 if (!AppendJString(env, className, dst)) { in GetExceptionSummary() 164 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary() 238 bool success = AppendJString(env, trace, dst); in GetStackTrace()
|