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

  /external/webkit/Tools/Scripts/
svn-unapply 250 # $pathRelativeToRoot: the path of the file to be patched, relative to the
257 my ($patch, $pathRelativeToRoot, $options) = @_;
261 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
svn-apply 192 # $pathRelativeToRoot: the path of the file to be patched, relative to the
198 my ($patch, $pathRelativeToRoot, $options) = @_;
202 my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $pathRelativeToRoot, $optionalArgs);
VCSUtils.pm     [all...]

Completed in 440 milliseconds