Searched refs:get_kconfig_path (Results 1 – 2 of 2) sorted by relevance
163 def get_kconfig_path(build_dir: str) -> str: function282 kconfig_path = get_kconfig_path(build_dir)297 kconfig_path = get_kconfig_path(build_dir)326 kconfig_path = get_kconfig_path(build_dir)
597 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:617 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f: