Home
last modified time | relevance | path

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

/mbedtls/tests/scripts/
A Dpsa_collect_statuses.py77 if not options.use_existing_log and os.path.exists(options.log_file):
78 os.remove(options.log_file)
79 if not os.path.exists(options.log_file):
94 data.collect_log(options.log_file)
A Dcheck_files.py452 def __init__(self, log_file): argument
458 self.setup_logger(log_file)
472 def setup_logger(self, log_file, level=logging.INFO): argument
476 if log_file:
477 handler = logging.FileHandler(log_file)
530 integrity_check = IntegrityChecker(check_args.log_file)

Completed in 6 milliseconds