Searched refs:ApplyPatch (Results 1 – 4 of 4) sorted by relevance
81 function ApplyPatch(orig_animal, new_animal) { class110 var pcArray1 = ApplyPatch('Cat', 'Dog');116 var pcArray2 = ApplyPatch('Dog', 'Capybara');
143 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"))145 self.ApplyPatch(self._options.patch)
249 self.ApplyPatch(self.Config("PATCH_FILE"))
625 def ApplyPatch(self, patch_file, revert=False): member in Step