Lines Matching full:os
12 import os
30 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__))
31 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs')
35 default = os.path.join(build_dir, default)
127 kernel_path = os.path.join(build_dir, self._kernel_path)
200 config_path = os.path.join(QEMU_CONFIGS_DIR, arch + '.py')
203 elif os.path.isfile(config_path):
219 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))
252 if os.path.isdir(kunitconfig_path):
253 kunitconfig_path = os.path.join(kunitconfig_path, KUNITCONFIG_PATH)
254 if not os.path.exists(kunitconfig_path):
258 if not os.path.exists(kunitconfig_path):
288 if build_dir and not os.path.exists(build_dir):
289 os.mkdir(build_dir)
302 if os.path.exists(kconfig_path):
308 os.remove(kconfig_path)