Searched refs:patch_file (Results 1 – 4 of 4) sorted by relevance
33 for patch_file in ../scripts/llvm.*.diff35 echo "Applying patch from '$patch_file'"36 patch -p0 < "$patch_file"41 for patch_file in ../../../scripts/clang.*.diff43 echo "Applying patch from '$patch_file'"44 patch -p0 < "$patch_file"
188 def GitApplyPatch(self, patch_file, reverse=False, **kwargs): argument189 assert patch_file193 args.append(Quoted(patch_file))
468 def WaitForResolvingConflicts(self, patch_file): argument483 def ApplyPatch(self, patch_file, revert=False): argument485 self.GitApplyPatch(patch_file, revert)487 self.WaitForResolvingConflicts(patch_file)
269 def extract_lines(patch_file): argument279 for line in patch_file: