Home
last modified time | relevance | path

Searched refs:get_kconfig_path (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_kernel.py74 config = open(get_kconfig_path(build_dir), 'a')
110 def get_kconfig_path(build_dir): function
154 kconfig_path = get_kconfig_path(build_dir)
168 kconfig_path = get_kconfig_path(build_dir)
181 kconfig_path = get_kconfig_path(build_dir)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py155 def get_kconfig_path(build_dir: str) -> str: function
266 kconfig_path = get_kconfig_path(build_dir)
281 kconfig_path = get_kconfig_path(build_dir)
310 kconfig_path = get_kconfig_path(build_dir)
H A Dkunit_tool_test.py487 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
507 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:

Completed in 3 milliseconds