Home
last modified time | relevance | path

Searched refs:patch_file (Results 1 – 4 of 4) sorted by relevance

/external/lldb/scripts/
Dbuild-lldb-llvm-clang33 for patch_file in ../scripts/llvm.*.diff
35 echo "Applying patch from '$patch_file'"
36 patch -p0 < "$patch_file"
41 for patch_file in ../../../scripts/clang.*.diff
43 echo "Applying patch from '$patch_file'"
44 patch -p0 < "$patch_file"
/external/v8/tools/push-to-trunk/
Dgit_recipes.py188 def GitApplyPatch(self, patch_file, reverse=False, **kwargs): argument
189 assert patch_file
193 args.append(Quoted(patch_file))
Dcommon_includes.py468 def WaitForResolvingConflicts(self, patch_file): argument
483 def ApplyPatch(self, patch_file, revert=False): argument
485 self.GitApplyPatch(patch_file, revert)
487 self.WaitForResolvingConflicts(patch_file)
/external/clang/tools/clang-format/
Dgit-clang-format269 def extract_lines(patch_file): argument
279 for line in patch_file: