Searched refs:log_to_file (Results 1 – 2 of 2) sorted by relevance
/external/dnsmasq/src/ |
D | log.c | 39 static int log_to_file = 0; variable 68 log_to_file = 1; in log_start() 91 if (log_to_file && ent_pw && ent_pw->pw_uid != 0 && fchown(log_fd, ent_pw->pw_uid, -1) != 0) in log_start() 168 if (!log_to_file) { in log_write() 292 if (!log_to_file) p += sprintf(p, "<%d>", priority | log_fac); in my_syslog() 305 if (log_to_file) entry->payload[entry->length - 1] = '\n'; in my_syslog()
|
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 80 def log_to_file(path, execargs, link_from=None, link_to=None): function 248 log_to_file(pop_log, execargs, abs_file_path, bisect_path) 358 log_to_file(log_file, execargs, '? compiler', full_obj_path)
|