Searched refs:success (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | JNIHelp.c | 70 bool success = ExpandableStringAppend(dst, utfText); in AppendJString() local 72 return success; in AppendJString() 103 bool success = false; in GetExceptionSummary() local 108 success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary() 110 success = true; in GetExceptionSummary() 113 if (!success) { in GetExceptionSummary() 127 return success; in GetExceptionSummary() 185 bool success = AppendJString(env, trace, dst); in GetStackTrace() local 187 return success; in GetStackTrace()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 123 bool success = ExpandableStringAppend(dst, utfText); in AppendJString() local 125 return success; in AppendJString() 164 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary() local 165 if (!success) { in GetExceptionSummary() 179 return success; in GetExceptionSummary() 238 bool success = AppendJString(env, trace, dst); in GetStackTrace() local 240 return success; in GetStackTrace()
|