Searched refs:defconfig_path (Results 1 – 2 of 2) sorted by relevance
150 defconfig_path = os.path.join(self._test_dir, defconfig)151 return self._run_conf('--defconfig={}'.format(defconfig_path))
632 def cleanup_one_extra_option(defconfig_path, configs, options): argument644 with open(defconfig_path) as f:672 show_diff(lines, tolines, defconfig_path, options.color)677 with open(defconfig_path, 'w') as f: