Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/startup_guard/config_parser_mgr/cfg/
Dconfig_parser.py472 def load_boot_event_file(self, boot_event_file): argument
473 if not os.path.exists(boot_event_file):
474 print("Error, invalid config file %s" % boot_event_file)
477 with open(boot_event_file, encoding='utf-8') as content: