Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_config.py76 def write_to_file(self, path: str) -> None: member in Kconfig
H A Dkunit_kernel.py301 self._kconfig.write_to_file(kconfig_path)
311 os.remove(old_path) # write_to_file appends to the file
312 self._kconfig.write_to_file(old_path)
H A Dkunit_tool_test.py78 expected_kconfig.write_to_file(kconfig_path)