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');
305 self.ApplyPatch(self.Config(PATCH_FILE))
440 def ApplyPatch(self, patch_file, reverse_patch=""): member in Step