Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp98 struct PatchEntry { struct
103 static void WritePatchEntry(const PatchEntry& patchEntry, borrowed_fd input, borrowed_fd output, in WritePatchEntry() argument
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dpatch_utils.py187 class PatchEntry: class
386 def _print_failed_patch(pe: PatchEntry, failed_hunks: Dict[str, List[Hunk]]):
461 pe: PatchEntry,
602 patch_entries: Iterable[PatchEntry],
H A Dget_patch.py117 new_patch_entries: Iterable[patch_utils.PatchEntry],
260 def is_patch_applied(self, to_check: patch_utils.PatchEntry) -> bool:
H A Dpatch_manager.py164 patch_entries: Iterable[patch_utils.PatchEntry],