Home
last modified time | relevance | path

Searched refs:log_file_path (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dutils.py182 def __init__(self, log_file_path="/tmp/xnu.log"): argument
183 self.log_file_handle = open(log_file_path, "w+")