Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_kernel.py157 def get_kconfig_path(build_dir: str) -> str: function
268 kconfig_path = get_kconfig_path(build_dir)
283 kconfig_path = get_kconfig_path(build_dir)
312 kconfig_path = get_kconfig_path(build_dir)
H A Dkunit_tool_test.py503 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
523 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f: