OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:repositoryRoot
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/Scripts/
VCSUtils.pm
193
my $
repositoryRoot
;
222
$
repositoryRoot
= $thisRoot if !$
repositoryRoot
;
223
last if $thisRoot ne $
repositoryRoot
;
281
my $
repositoryRoot
= $1;
283
$svnURL =~ s/$
repositoryRoot
\///;
/cts/tools/host/src/com/android/cts/
HostConfig.java
159
String
repositoryRoot
= getStringAttributeValue(doc
161
if ((null ==
repositoryRoot
) || (
repositoryRoot
.length() == 0)) {
162
repositoryRoot
= mConfigRoot;
174
String caseRoot =
repositoryRoot
+ File.separator + caseCfg;
175
String planRoot =
repositoryRoot
+ File.separator + planCfg;
176
String resRoot =
repositoryRoot
+ File.separator + resCfg;
182
mLogRoot =
repositoryRoot
+ File.separator + logCfg;
[
all
...]
Completed in 132 milliseconds