Searched refs:patch_file (Results 1 – 5 of 5) sorted by relevance
30 def FindFilesInPatch(patch_file): argument33 with open(patch_file) as patch:86 files = FindFilesInPatch(args.patch_file)
200 def GitApplyPatch(self, patch_file, reverse=False, **kwargs): argument201 assert patch_file205 args.append(Quoted(patch_file))
610 def WaitForResolvingConflicts(self, patch_file): argument625 def ApplyPatch(self, patch_file, revert=False): argument627 self.GitApplyPatch(patch_file, revert)629 self.WaitForResolvingConflicts(patch_file)
270 def extract_lines(patch_file): argument280 for line in patch_file:
2821 patch_file = os.path.join(self.source_dir,