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

/external/dnsmasq/src/
H A Dlog.c39 static int log_to_file = 0; variable
72 log_to_file = 1;
97 if (log_to_file && ent_pw && ent_pw->pw_uid != 0 &&
192 if (!log_to_file)
339 if (!log_to_file)
353 if (log_to_file)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc32 // By default, dump to stderr. If |log_to_file| is true and |report_fd_pid|
38 bool log_to_file = false; member in namespace:__sanitizer
287 log_to_file = false;
295 log_to_file = true;
H A Dsanitizer_posix.cc287 if (!log_to_file) return;
299 log_to_file = false;
H A Dsanitizer_common.h151 extern bool log_to_file;

Completed in 458 milliseconds