Lines Matching refs:path
133 configuration.skip_file: path to file containing symbols and types to skip
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"),
245 if os.path.exists(os.path.join(git_worktree_path, "crypto")):
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)
425 "-report-path", output_path,
438 output_path = os.path.join(
597 help=("path to file containing symbols and types to skip "
624 if os.path.isfile(abi_args.report_dir):