Home
last modified time | relevance | path

Searched defs:PatchEntry (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dpatch_utils.py163 class PatchEntry: class
327 def _print_failed_patch(pe: PatchEntry, failed_hunks: Dict[str, List[Hunk]]):
400 pe: PatchEntry,
518 patch_entries: Iterable[PatchEntry],
Dpatch_manager.py158 patch_entries: Iterable[patch_utils.PatchEntry],