Searched refs:generatePatchCommand (Results 1 – 3 of 3) sorted by relevance
40 my ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);50 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);59 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);68 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);77 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);85 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
1525 sub generatePatchCommand($) subroutine1597 my ($patchCommand, $isForcing) = generatePatchCommand($args);
20425 - Renamed generateRunPatchCommand() to generatePatchCommand().20442 * Scripts/webkitperl/VCSUtils_unittest/generatePatchCommand.pl: Added.