Home
last modified time | relevance | path

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

/external/v8/tools/
Dfind-commit-for-patch.py30 def FindFilesInPatch(patch_file): argument
33 with open(patch_file) as patch:
86 files = FindFilesInPatch(args.patch_file)
/external/v8/tools/release/
Dgit_recipes.py200 def GitApplyPatch(self, patch_file, reverse=False, **kwargs): argument
201 assert patch_file
205 args.append(Quoted(patch_file))
Dcommon_includes.py610 def WaitForResolvingConflicts(self, patch_file): argument
625 def ApplyPatch(self, patch_file, revert=False): argument
627 self.GitApplyPatch(patch_file, revert)
629 self.WaitForResolvingConflicts(patch_file)
/external/clang/tools/clang-format/
Dgit-clang-format270 def extract_lines(patch_file): argument
280 for line in patch_file:
/external/autotest/client/virt/
Dvirt_utils.py2821 patch_file = os.path.join(self.source_dir,