Lines Matching full:os
90 import os
127 self.report_dir = os.path.abspath(configuration.report_dir)
129 self.can_remove_report_dir = not (os.path.exists(self.report_dir) or
205 if not (os.path.exists(os.path.join(git_worktree_path, "crypto"))
213 cwd=os.path.join(git_worktree_path, "crypto"),
223 cwd=os.path.join(git_worktree_path, "crypto"),
230 my_environment = os.environ.copy()
233 if os.path.exists(os.path.join(git_worktree_path, "crypto")):
242 for root, _dirs, files in os.walk(git_worktree_path):
244 version.modules[os.path.splitext(file)[0]] = (
245 os.path.join(root, file)
260 output_path = os.path.join(
296 full_path = os.path.join(directory, filename)
426 output_path = os.path.join(
458 os.remove(output_path)
519 os.remove(mbed_module_dump)
521 os.rmdir(self.report_dir)
612 if os.path.isfile(abi_args.report_dir):