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
301 self._kconfig.write_to_file(kconfig_path)311 os.remove(old_path) # write_to_file appends to the file312 self._kconfig.write_to_file(old_path)
78 expected_kconfig.write_to_file(kconfig_path)