Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/build/
Dconfigure.py125 def set_log_file(log_file_name): argument
126 assert isinstance(log_file_name, basestring)
131 dirname = os.path.dirname(log_file_name)
136 __log_file = open(log_file_name, "w")
/third_party/python/Doc/tools/extensions/
Dsuspicious.py93 self.log_file_name = os.path.join(self.outdir, 'suspicious.csv')
94 open(self.log_file_name, 'w').close()
169 f = open(self.log_file_name, 'a')
174 f = open(self.log_file_name, 'ab')
/third_party/mbedtls/tests/scripts/
Dpsa_collect_statuses.py46 def collect_log(self, log_file_name): argument
52 with open(log_file_name) as log:
/third_party/boost/libs/sort/doc/
Dspreadsort.qbk423 …any differences are encountered during tuning, please call `tune.pl` with `-debug > log_file_name`.