Home
last modified time | relevance | path

Searched refs:StringAppendV (Results 1 – 9 of 9) sorted by relevance

/art/runtime/base/
Dstringprintf.cc23 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV() function
69 StringAppendV(&result, fmt, ap); in StringPrintf()
77 StringAppendV(dst, format, ap); in StringAppendF()
Dstringprintf.h34 void StringAppendV(std::string* dst, const char* format, va_list ap);
/art/compiler/dex/
Dpass.h99 StringAppendV(&stringified_message, message, args); in BasePrintMessage()
/art/runtime/
Dcommon_throws.cc52 StringAppendV(&vmsg, fmt, *args); in ThrowException()
74 StringAppendV(&vmsg, fmt, *args); in ThrowWrappedException()
Ddex_file_verifier.cc2111 StringAppendV(&failure_reason_, fmt, ap); in ErrorStringPrintf()
Dcheck_jni.cc72 StringAppendV(&msg, fmt, ap); in JniAbortV()
Dthread.cc1650 StringAppendV(&msg, fmt, ap); in ThrowNewExceptionV()
/art/patchoat/
Dpatchoat.cc774 StringAppendV(&error, fmt, ap); in UsageErrorV()
/art/dex2oat/
Ddex2oat.cc84 StringAppendV(&error, fmt, ap); in UsageErrorV()