OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldLogAfterPrintf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common_nolibc.cc
21
bool
ShouldLogAfterPrintf
() { return false; }
sanitizer_linux_libcdep.cc
527
static bool
ShouldLogAfterPrintf
() {
533
static bool
ShouldLogAfterPrintf
() { return true; }
545
if (common_flags()->log_to_syslog &&
ShouldLogAfterPrintf
())
Completed in 345 milliseconds