Lines Matching refs:join
31 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs')
35 default = os.path.join(build_dir, default)
75 print('Populating config with:\n$', ' '.join(command))
91 print('Building with:\n$', ' '.join(command))
127 kernel_path = os.path.join(build_dir, self._kernel_path)
132 '-append', '\'' + ' '.join(params + [self._kernel_command_line]) + '\'',
136 print('Running tests with:\n$', ' '.join(qemu_command))
138 process = subprocess.Popen(' '.join(qemu_command),
200 config_path = os.path.join(QEMU_CONFIGS_DIR, arch + '.py')
219 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))
253 kunitconfig_path = os.path.join(kunitconfig_path, KUNITCONFIG_PATH)
280 ', '.join([str(e) for e in invalid])