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

  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 31 # Unit tests of VCSUtils::runPatchCommand().
50 $title = "runPatchCommand: Unsuccessful patch, forcing.";
52 # Since $patch has no "Index:" path, passing this to runPatchCommand
61 $exitStatus = callSilently(\&runPatchCommand, $patch, ".", "file_to_patch.txt", $argsHashRef);
66 $title = "runPatchCommand: New file, --dry-run.";
87 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
92 $title = "runPatchCommand: New file: \"$fileToPatch\".";
95 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef);
100 $title = "runPatchCommand: Reverse new file (clean up previous).";
104 $exitStatus = runPatchCommand($patch, ".", $fileToPatch, $argsHashRef)
    [all...]
  /external/webkit/WebKitTools/Scripts/
svn-unapply 283 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
VCSUtils.pm 67 &runPatchCommand
715 # This is a supporting method for runPatchCommand.
717 # Arg: the optional $args parameter passed to runPatchCommand (can be undefined).
790 sub runPatchCommand($$$;$)
svn-apply 239 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);

Completed in 236 milliseconds