Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dmerge_to_branch.py155 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"))
157 self.ApplyPatch(self._options.patch)
Droll_merge.py143 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"))
145 self.ApplyPatch(self._options.patch)
Dpush_to_candidates.py249 self.ApplyPatch(self.Config("PATCH_FILE"))
Dcommon_includes.py626 def ApplyPatch(self, patch_file, revert=False): member in Step