Home
last modified time | relevance | path

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

/art/tools/common/
Dcommon.py287 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
301 if logfile_path is None:
304 self._logfile = open(logfile_path, 'w+')
372 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
387 if logfile_path is None:
390 self._logfile = open(logfile_path, 'w+')
/art/tools/jfuzz/
Drun_jfuzz_test.py544 logfile_path = ddir + '/' + runner_id + '_bisection_log.txt'
546 args = list(args) + ['--logfile', logfile_path, '--cleanup']