Lines Matching +full:stdout +full:- +full:path
1 # SPDX-License-Identifier: GPL-2.0
39 subprocess.check_output(['make', 'mrproper'], stderr=subprocess.STDOUT)
52 subprocess.check_output(command, stderr=subprocess.STDOUT)
68 stdout=subprocess.DEVNULL,
69 stderr=subprocess.STDOUT)
81 command = ['make', 'ARCH=um', '--jobs=' + str(jobs)]
89 stdout=subprocess.DEVNULL)
102 linux_bin = os.path.join(build_dir, 'linux')
106 stdout=output,
107 stderr=subprocess.STDOUT)
113 kconfig_path = os.path.join(build_dir, KCONFIG_PATH)
119 kunitconfig_path = os.path.join(build_dir, KUNITCONFIG_PATH)
125 outfile_path = os.path.join(build_dir, OUTFILE_PATH)
145 if not os.path.exists(kunitconfig_path):
158 invalid = self._kconfig.entries() - validated_kconfig.entries()
169 if build_dir and not os.path.exists(build_dir):
182 if os.path.exists(kconfig_path):