Searched refs:jarCtsPath (Results 1 – 1 of 1) sorted by relevance
563 File jarCtsPath = new File(new File(ctsRoot, mainDirName), "tools"); in buildXtsClasspath() local564 if (jarCtsPath.listFiles().length == 0) { in buildXtsClasspath()567 "Could not find any files under %s", jarCtsPath.getAbsolutePath())); in buildXtsClasspath()569 for (File toolsFile : jarCtsPath.listFiles()) { in buildXtsClasspath()