Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py4121 def save(self, hwm_file): argument
4124 if os.path.exists(hwm_file):
4125 with open(hwm_file, 'r') as yaml_file:
4152 with open(hwm_file, 'w') as yaml_file:
4155 self.load(hwm_file)
4177 with open(hwm_file, 'w') as yaml_file: