Searched refs:get_old_kunitconfig_path (Results 1 – 2 of 2) sorted by relevance
169 def get_old_kunitconfig_path(build_dir: str) -> str: function310 old_path = get_old_kunitconfig_path(build_dir)317 old_path = get_old_kunitconfig_path(build_dir)
595 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:615 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f: