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

  /external/webkit/WebKitTools/Scripts/
svn-unapply 272 # $pathRelativeToRoot: the path of the file to be patched, relative to the
279 my ($patch, $pathRelativeToRoot, $options) = @_;
283 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
svn-apply 229 # $pathRelativeToRoot: the path of the file to be patched, relative to the
235 my ($patch, $pathRelativeToRoot, $options) = @_;
239 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
VCSUtils.pm 773 # $pathRelativeToRoot: the path of the file to be patched, relative to the
792 my ($patch, $repositoryRootPath, $pathRelativeToRoot, $args) = @_;
798 # (i.e. the same as $pathRelativeToRoot).
802 open PATCH, "| $patchCommand" or die "Could not call \"$patchCommand\" for file \"$pathRelativeToRoot\": $!";
810 print "Calling \"$patchCommand\" for file \"$pathRelativeToRoot\" returned " .

Completed in 1049 milliseconds