Lines Matching refs:patchCommand
1522 # Returns ($patchCommand, $isForcing).
1562 my $patchCommand = join(" ", "patch -p0", @{$options});
1564 return ($patchCommand, $isForcing);
1597 my ($patchCommand, $isForcing) = generatePatchCommand($args);
1605 open PATCH, "| $patchCommand" or die "Could not call \"$patchCommand\" for file \"$pathRelativeToRoot\": $!";
1613 print "Calling \"$patchCommand\" for file \"$pathRelativeToRoot\" returned " .