Lines Matching refs:join
32 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs')
66 print('Populating config with:\n$', ' '.join(command))
81 print('Building with:\n$', ' '.join(command))
120 kernel_path = os.path.join(build_dir, self._kernel_path)
125 '-append', ' '.join(params + [self._kernel_command_line]),
130 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
150 linux_bin = os.path.join(build_dir, 'linux')
152 print('Running tests with:\n$', linux_bin, ' '.join(shlex.quote(arg) for arg in params))
160 return os.path.join(build_dir, KCONFIG_PATH)
163 return os.path.join(build_dir, KUNITCONFIG_PATH)
166 return os.path.join(build_dir, OLD_KUNITCONFIG_PATH)
180 path = os.path.join(path, KUNITCONFIG_PATH)
187 diff_str = '\n\n'.join(f'{a}\n vs from {path}\n{b}' for a, b in diff)
193 return os.path.join(build_dir, OUTFILE_PATH)
196 config_path = os.path.join(QEMU_CONFIGS_DIR, arch + '.py')
214 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))
255 kconfig = kunit_config.parse_from_string('\n'.join(kconfig_add))
277 'Missing: ' + ', '.join(str(e) for e in missing)
375 waiter.join()