Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c65 static bool AppendJString(JNIEnv* env, jstring text, struct ExpandableString* dst) { in AppendJString()
80 static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetExceptionSummary()
152 static bool GetStackTrace(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetStackTrace()
190 static void GetStackTraceOrSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetStackTraceOrSummary()
/libnativehelper/include/nativehelper/
DJNIHelp.h118 struct ExpandableString* dst) { in AppendJString()
134 struct ExpandableString* dst) { in GetExceptionSummary()
205 struct ExpandableString* dst) { in GetStackTrace()
244 struct ExpandableString* dst) { in GetStackTraceOrSummary()