OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlPath
(Results
1 - 4
of
4
) sorted by null
/cts/tools/host/src/com/android/cts/
TestPlan.java
95
String
xmlPath
= HostConfig.getInstance().getCaseRepository().getXmlPath(pkgName);
97
File xmlFile = new File(
xmlPath
);
HostConfig.java
607
String
xmlPath
= getRoot() + File.separator
609
TestPackage pkg = loadPackage(
xmlPath
);
930
String
xmlPath
= mRoot + File.separator + packageBinaryName + FILE_SUFFIX_XML
[
all
...]
/cts/tools/host/test/com/android/cts/
CtsTestBase.java
98
String
xmlPath
= caseRoot + File.separator + packageName
102
createFile(xmlMsg,
xmlPath
);
ConsoleTests.java
285
String
xmlPath
= caseRoot + File.separator + packageName + DESCRITION_SUFFIX;
288
createFile(xmlMsg,
xmlPath
);
Completed in 108 milliseconds