Lines Matching defs:Path
161 def git_apply(patch_path: Path) -> List[Union[str, Path]]:
166 def git_am(patch_path: Path) -> List[Union[str, Path]]:
171 def gnu_patch(root_dir: Path, patch_path: Path) -> List[Union[str, Path]]:
205 def from_dict(cls, workdir: Path, data: Dict[str, Any]):
271 root_dir: Path,
312 self, root_dir: Path, patch_cmd: Optional[Callable] = None
366 def json_to_patch_entries(workdir: Path, json_fd: IO[str]) -> List[PatchEntry]:
376 def json_str_to_patch_entries(workdir: Path, json_str: str) -> List[PatchEntry]:
407 llvm_src_dir: Path,
408 patches_json_fp: Path,
460 llvm_src_dir: Path,
487 def is_git_dirty(git_root_dir: Path) -> bool:
517 def git_clean_context(git_root_dir: Path):
550 llvm_src_dir: Path,
551 patches_json_fp: Path,
601 llvm_src_dir: Path,
644 def remove_old_patches(svn_version: int, patches_json: Path) -> List[Path]: