Searched refs:ApplyPatch (Results 1 – 4 of 4) sorted by relevance
155 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"))157 self.ApplyPatch(self._options.patch)
143 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"))145 self.ApplyPatch(self._options.patch)
249 self.ApplyPatch(self.Config("PATCH_FILE"))
626 def ApplyPatch(self, patch_file, revert=False): member in Step