Home
last modified time | relevance | path

Searched refs:jarPath (Results 1 – 1 of 1) sorted by relevance

/cts/tools/utils/
DCollectAllTests.java150 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath); in main()
155 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath); in main()
293 private final String jarPath; field in CollectAllTests.TestType
295 private TestType (int type, String jarPath) { in TestType() argument
297 this.jarPath = jarPath; in TestType()
305 String jarPath = null; in getTestType() local
318 jarPath = line.substring(JAR_PATH.length(), line.length()).trim(); in getTestType()
324 return new TestType(type, jarPath); in getTestType()