OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runPatchCommand
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/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/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply
264
my $exitStatus =
runPatchCommand
($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
svn-apply
207
my $exitStatus =
runPatchCommand
($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
VCSUtils.pm
83
&
runPatchCommand
[
all
...]
Completed in 76 milliseconds