Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_nolibc.cc21 bool ShouldLogAfterPrintf() { return false; } in ShouldLogAfterPrintf() function
Dsanitizer_linux_libcdep.cc527 static bool ShouldLogAfterPrintf() { in ShouldLogAfterPrintf() function
533 static bool ShouldLogAfterPrintf() { return true; } in ShouldLogAfterPrintf() function
545 if (common_flags()->log_to_syslog && ShouldLogAfterPrintf()) in LogMessageOnPrintf()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp748 static bool ShouldLogAfterPrintf() { in ShouldLogAfterPrintf() function
787 static bool ShouldLogAfterPrintf() { return true; } in ShouldLogAfterPrintf() function
795 if (common_flags()->log_to_syslog && ShouldLogAfterPrintf()) in LogMessageOnPrintf()