Searched refs:ApplyPatch (Results 1 – 4 of 4) sorted by relevance
80 function ApplyPatch(orig_animal, new_animal) { class109 var pcArray1 = ApplyPatch('Cat', 'Dog');115 var pcArray2 = ApplyPatch('Dog', 'Capybara');
146 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"), self._options.revert)148 self.ApplyPatch(self._options.patch, self._options.revert)
300 self.ApplyPatch(self.Config("PATCH_FILE"))
483 def ApplyPatch(self, patch_file, revert=False): member in Step