Home
last modified time | relevance | path

Searched refs:write_to_file (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_config.py55 def write_to_file(self, path: str) -> None: member in Kconfig
H A Dkunit_kernel.py171 self._kconfig.write_to_file(kconfig_path)
H A Dkunit_tool_test.py83 expected_kconfig.write_to_file(kconfig_path)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_config.py76 def write_to_file(self, path: str) -> None: member in Kconfig
H A Dkunit_kernel.py286 self._kconfig.write_to_file(kconfig_path)
296 os.remove(old_path) # write_to_file appends to the file
297 self._kconfig.write_to_file(old_path)
H A Dkunit_tool_test.py77 expected_kconfig.write_to_file(kconfig_path)

Completed in 5 milliseconds