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
/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
...]
/external/webkit/Tools/Scripts/
VCSUtils.pm
301
my $
repositoryRoot
;
330
$
repositoryRoot
= $thisRoot if !$
repositoryRoot
;
331
last if $thisRoot ne $
repositoryRoot
;
389
my $
repositoryRoot
= $1;
391
$svnURL =~ s/$
repositoryRoot
\///;
[
all
...]
Completed in 74 milliseconds