Searched refs:StringAppendV (Results 1 – 9 of 9) sorted by relevance
/art/runtime/base/ |
D | stringprintf.cc | 23 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()
|
D | stringprintf.h | 34 void StringAppendV(std::string* dst, const char* format, va_list ap);
|
/art/compiler/dex/ |
D | pass.h | 99 StringAppendV(&stringified_message, message, args); in BasePrintMessage()
|
/art/runtime/ |
D | common_throws.cc | 52 StringAppendV(&vmsg, fmt, *args); in ThrowException() 74 StringAppendV(&vmsg, fmt, *args); in ThrowWrappedException()
|
D | dex_file_verifier.cc | 2111 StringAppendV(&failure_reason_, fmt, ap); in ErrorStringPrintf()
|
D | check_jni.cc | 72 StringAppendV(&msg, fmt, ap); in JniAbortV()
|
D | thread.cc | 1650 StringAppendV(&msg, fmt, ap); in ThrowNewExceptionV()
|
/art/patchoat/ |
D | patchoat.cc | 774 StringAppendV(&error, fmt, ap); in UsageErrorV()
|
/art/dex2oat/ |
D | dex2oat.cc | 84 StringAppendV(&error, fmt, ap); in UsageErrorV()
|