HomeSort by relevance Sort by last modified time
    Searched refs:runPatchCommand (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 31 # Unit tests of VCSUtils::runPatchCommand().
37 $title = "runPatchCommand: Unsuccessful patch, forcing.";
39 # Since $patch has no "Index:" path, passing this to runPatchCommand
48 $exitStatus = callSilently(\&runPatchCommand, $patch, ".", "file_to_patch.txt", $argsHashRef);
53 $title = "runPatchCommand: New file, --dry-run.";
74 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
79 $title = "runPatchCommand: New file: \"$fileToPatch\".";
82 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
87 $title = "runPatchCommand: Reverse new file (clean up previous).";
91 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef)
    [all...]
  /external/webkit/Tools/Scripts/
svn-unapply 261 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
svn-apply 202 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
VCSUtils.pm 76 &runPatchCommand
    [all...]

Completed in 74 milliseconds