Home
last modified time | relevance | path

Searched refs:patch_file (Results 1 – 12 of 12) 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/grpc-grpc/tools/interop_matrix/
Dcreate_matrix_images.py271 patch_file = os.path.abspath(
273 if not os.path.exists(patch_file):
275 'expected patch file |%s| to exist' % patch_file)
278 ['git', 'apply', patch_file], cwd=stack_base, stderr=subprocess.STDOUT)
/external/libchrome/libchrome_tools/
Dupdate_libchrome.py178 for patch_file in glob.iglob(os.path.join(patch_root, '*.patch')):
179 with open(patch_file, 'r') as f:
/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.py620 def WaitForResolvingConflicts(self, patch_file): argument
623 "'git add', and type \"RESOLVED<Return>\"" % (patch_file))
635 def ApplyPatch(self, patch_file, revert=False): argument
637 self.GitApplyPatch(patch_file, revert)
639 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.py415 patch_file = '/home/asharif/triage_tool/%d-%d.patch' % (pr[0], pr[1])
416 f = open(patch_file)
423 command += '; patch -p2 < %s' % patch_file
/external/bcc/scripts/
Dgit-clang-format270 def extract_lines(patch_file): argument
280 for line in 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.cc160 DEFINE_string(patch_file, "", "patch file"); \
/external/tensorflow/tensorflow/
Dworkspace.bzl147 patch_file = clean_dep("//third_party/eigen3:gpu_packet_math.patch"),
241 patch_file = clean_dep("//third_party:png_fix_rpi.patch"),
612 patch_file = clean_dep("//third_party/kafka:config.patch"),