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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc205 static void (*PrintfAndReportCallback)(const char *); member in namespace:__sanitizer
207 PrintfAndReportCallback = callback;
226 if (PrintfAndReportCallback)
227 PrintfAndReportCallback(str);

Completed in 662 milliseconds