Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/kunit/
Dkunit_kernel.py160 def get_old_kunitconfig_path(build_dir: str) -> str: function
293 old_path = get_old_kunitconfig_path(build_dir)
300 old_path = get_old_kunitconfig_path(build_dir)
Dkunit_tool_test.py448 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
468 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f: