Searched refs:patch_file (Results 1 - 7 of 7) sorted by relevance

/external/v8/tools/
H A Dfind-commit-for-patch.py16 parser.add_argument("patch_file", help="Patch file to match")
30 def FindFilesInPatch(patch_file):
33 with open(patch_file) as patch:
86 files = FindFilesInPatch(args.patch_file)
/external/v8/tools/release/
H A Dgit_recipes.py200 def GitApplyPatch(self, patch_file, reverse=False, **kwargs):
201 assert patch_file
205 args.append(Quoted(patch_file))
H A Dcommon_includes.py611 def WaitForResolvingConflicts(self, patch_file):
626 def ApplyPatch(self, patch_file, revert=False):
628 self.GitApplyPatch(patch_file, revert)
630 self.WaitForResolvingConflicts(patch_file)
/external/bsdiff/
H A Dbspatch.cc187 std::unique_ptr<FileInterface> patch_file = local
189 if (!patch_file) {
195 patch_file->GetSize(&patch_size);
197 if (!ReadAll(patch_file, patch.data(), patch_size)) {
202 patch_file.reset();
/external/toolchain-utils/fdo_scripts/
H A Dvanilla_vs_fdo.py18 def __init__(self, dir_to_patch, patch_file):
20 self._patch_file = patch_file
21 self._base_patch_command = 'patch -p0 %%s < %s' % patch_file
/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_perforce.py352 patch_file = '/home/asharif/triage_tool/%d-%d.patch' % (pr[0], pr[1])
353 f = open(patch_file)
360 command += '; patch -p2 < %s' % patch_file
/external/clang/tools/clang-format/
H A Dgit-clang-format292 def extract_lines(patch_file):
293 """Extract the changed lines in `patch_file`.
302 for line in patch_file:

Completed in 226 milliseconds