Searched refs:log_file_path (Results 1 – 1 of 1) sorted by relevance
182 def __init__(self, log_file_path="/tmp/xnu.log"): argument183 self.log_file_handle = open(log_file_path, "w+")