Searched refs:write_to_file (Results 1 – 3 of 3) sorted by relevance
76 def write_to_file(self, path: str) -> None: member in Kconfig
302 self._kconfig.write_to_file(kconfig_path)312 os.remove(old_path) # write_to_file appends to the file313 self._kconfig.write_to_file(old_path)
81 expected_kconfig.write_to_file(kconfig_path)