Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_nolibc.cc21 bool ShouldLogAfterPrintf() { return false; } in ShouldLogAfterPrintf() function
Dsanitizer_linux_libcdep.cc527 bool ShouldLogAfterPrintf() { in ShouldLogAfterPrintf() function
533 bool ShouldLogAfterPrintf() { return true; } in ShouldLogAfterPrintf() function
Dsanitizer_common.h675 bool ShouldLogAfterPrintf();
678 INLINE bool ShouldLogAfterPrintf() { return false; } in ShouldLogAfterPrintf() function
Dsanitizer_printf.cc281 if (common_flags()->log_to_syslog && ShouldLogAfterPrintf()) in SharedPrintfCode()