Searched defs:PatchEntry (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | deploy_patch_generator.cpp | 98 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 D | patch_utils.py | 187 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 D | get_patch.py | 117 new_patch_entries: Iterable[patch_utils.PatchEntry], 260 def is_patch_applied(self, to_check: patch_utils.PatchEntry) -> bool:
|
H A D | patch_manager.py | 164 patch_entries: Iterable[patch_utils.PatchEntry],
|