Searched refs:log_to_file (Results 1 – 7 of 7) 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 | 88 def log_to_file(path, execargs, link_from=None, link_to=None): function 260 log_to_file(pop_log, execargs, abs_file_path, bisect_path) 385 log_to_file(log_file, execargs, "? compiler", full_obj_path)
|
/external/cronet/tot/build/android/ |
D | fast_local_dev_server.py | 50 log_to_file(f'{prefix}{msg}', build_id=build_id) 69 def log_to_file(message: str, build_id: str): function 445 log_to_file(message, build_id=self.build_id)
|
/external/cronet/stable/build/android/ |
D | fast_local_dev_server.py | 50 log_to_file(f'{prefix}{msg}', build_id=build_id) 69 def log_to_file(message: str, build_id: str): function 445 log_to_file(message, build_id=self.build_id)
|
/external/pytorch/benchmarks/dynamo/microbenchmarks/ |
D | operator_inp_utils.py | 185 def log_to_file(self, output_filename, *, skip_non_compute_operators=True): member in OperatorInputsMode
|
/external/pytorch/benchmarks/dynamo/ |
D | common.py | 4312 operator_mode.log_to_file(output)
|
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 8922 const bool log_to_file = Button("Log To File"); SameLine(); in LogButtons() local 8934 if (log_to_file) in LogButtons()
|