Lines Matching full:os
102 import os
139 self.report_dir = os.path.abspath(configuration.report_dir)
141 self.can_remove_report_dir = not (os.path.exists(self.report_dir) or
217 if not (os.path.exists(os.path.join(git_worktree_path, "crypto"))
225 cwd=os.path.join(git_worktree_path, "crypto"),
235 cwd=os.path.join(git_worktree_path, "crypto"),
242 my_environment = os.environ.copy()
245 if os.path.exists(os.path.join(git_worktree_path, "crypto")):
254 for root, _dirs, files in os.walk(git_worktree_path):
256 version.modules[os.path.splitext(file)[0]] = (
257 os.path.join(root, file)
272 output_path = os.path.join(
308 full_path = os.path.join(directory, filename)
438 output_path = os.path.join(
470 os.remove(output_path)
531 os.remove(mbed_module_dump)
533 os.rmdir(self.report_dir)
624 if os.path.isfile(abi_args.report_dir):