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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
generatePatchCommand.pl 40 my ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
42 ok($patchCommand eq "patch -p0", $title);
50 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
52 ok($patchCommand eq "patch -p0", $title);
59 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
61 ok($patchCommand eq "patch -p0 --force", $title);
68 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
70 ok($patchCommand eq "patch -p0 --force", $title);
77 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
79 ok($patchCommand eq "patch -p0 --reverse", $title)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm     [all...]

Completed in 345 milliseconds