Lines Matching refs:join
28 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs')
32 default = os.path.join(build_dir, default)
72 print('Populating config with:\n$', ' '.join(command))
88 print('Building with:\n$', ' '.join(command))
124 kernel_path = os.path.join(build_dir, self._kernel_path)
129 '-append', '\'' + ' '.join(params + [self._kernel_command_line]) + '\'',
133 print('Running tests with:\n$', ' '.join(qemu_command))
134 return subprocess.Popen(' '.join(qemu_command),
187 config_path = os.path.join(QEMU_CONFIGS_DIR, arch + '.py')
207 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))
244 kunitconfig_path = os.path.join(kunitconfig_path, KUNITCONFIG_PATH)
271 ', '.join([str(e) for e in invalid])
352 waiter.join()