Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py385 def save(self, hwm_file): argument
388 if os.path.exists(hwm_file):
389 with open(hwm_file) as yaml_file:
422 with open(hwm_file, 'w') as yaml_file:
425 self.load(hwm_file)
447 with open(hwm_file, 'w') as yaml_file: