Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c70 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/
DJNIHelp.h118 bool success = ExpandableStringAppend(dst, utfText); in AppendJString() local
120 return success; in AppendJString()
159 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary() local
160 if (!success) { in GetExceptionSummary()
174 return success; in GetExceptionSummary()
233 bool success = AppendJString(env, trace, dst); in GetStackTrace() local
235 return success; in GetStackTrace()