Home
last modified time | relevance | path

Searched refs:patch_file (Results 1 – 9 of 9) 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/bsdiff/
Dbspatch.cc153 std::unique_ptr<FileInterface> patch_file = in bspatch() local
155 if (!patch_file) { in bspatch()
160 patch_file->GetSize(&patch_size); in bspatch()
162 if (!ReadAll(patch_file, patch.data(), patch_size)) { in bspatch()
166 patch_file.reset(); in bspatch()
/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.py611 def WaitForResolvingConflicts(self, patch_file): argument
626 def ApplyPatch(self, patch_file, revert=False): argument
628 self.GitApplyPatch(patch_file, revert)
630 self.WaitForResolvingConflicts(patch_file)
/external/toolchain-utils/fdo_scripts/
Dvanilla_vs_fdo.py18 def __init__(self, dir_to_patch, patch_file): argument
20 self._patch_file = patch_file
21 self._base_patch_command = 'patch -p0 %%s < %s' % patch_file
/external/toolchain-utils/binary_search_tool/
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/
Dgit-clang-format292 def extract_lines(patch_file): argument
302 for line in patch_file:
/external/puffin/src/
Dmain.cc162 DEFINE_string(patch_file, "", "patch file"); \
/external/tensorflow/tensorflow/
Dworkspace.bzl568 patch_file = str(Label("//third_party/kafka:config.patch")),
675 patch_file = str(Label("//third_party/cub:fix_compilation_in_clang.patch")),