Home
last modified time | relevance | path

Searched refs:AppendToErrorMessageBuffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_internal.h97 void AppendToErrorMessageBuffer(const char *buffer);
H A Dasan_rtl.cc433 SetPrintfAndReportCallback(AppendToErrorMessageBuffer); in AsanInitInternal()
H A Dasan_report.cc51 void AppendToErrorMessageBuffer(const char *buffer) { in AppendToErrorMessageBuffer() function