Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc205 static void (*PrintfAndReportCallback)(const char *); variable
207 PrintfAndReportCallback = callback; in SetPrintfAndReportCallback()
226 if (PrintfAndReportCallback) in CallPrintfAndReportCallback()
227 PrintfAndReportCallback(str); in CallPrintfAndReportCallback()