Home
last modified time | relevance | path

Searched defs:ShouldLogAfterPrintf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc527 static bool ShouldLogAfterPrintf() { in ShouldLogAfterPrintf() function
533 static bool ShouldLogAfterPrintf() { return true; } in ShouldLogAfterPrintf() function
H A Dsanitizer_common_nolibc.cc21 bool ShouldLogAfterPrintf() { return false; } in ShouldLogAfterPrintf() function