Home
last modified time | relevance | path

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

/art/tools/common/
Dcommon.py279 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
293 if logfile_path is None:
296 self._logfile = open(logfile_path, 'w+')
370 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
385 if logfile_path is None:
388 self._logfile = open(logfile_path, 'w+')
/art/tools/jfuzz/
Drun_jfuzz_test.py573 logfile_path = ddir + '/' + runner_id + '_bisection_log.txt'
575 args = list(args) + ['--logfile', logfile_path, '--cleanup']