OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathRelativeToRoot
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply
253
# $
pathRelativeToRoot
: the path of the file to be patched, relative to the
260
my ($patch, $
pathRelativeToRoot
, $options) = @_;
264
my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $
pathRelativeToRoot
, $optionalArgs);
svn-apply
197
# $
pathRelativeToRoot
: the path of the file to be patched, relative to the
203
my ($patch, $
pathRelativeToRoot
, $options) = @_;
207
my $exitStatus = runPatchCommand($patch, $repositoryRootPath, $
pathRelativeToRoot
, $optionalArgs);
VCSUtils.pm
[
all
...]
Completed in 103 milliseconds