Searched refs:ctsRoot (Results 1 – 1 of 1) sorted by relevance
547 private String buildXtsClasspath(File ctsRoot) throws IOException { in buildXtsClasspath() argument550 if (!ctsRoot.exists()) { in buildXtsClasspath()551 throw new FileNotFoundException("Couldn't find the build directory: " + ctsRoot); in buildXtsClasspath()555 if (ctsRoot.list().length != 1) { in buildXtsClasspath()559 + Arrays.toString(ctsRoot.list())); in buildXtsClasspath()561 String mainDirName = ctsRoot.list()[0]; in buildXtsClasspath()563 File jarCtsPath = new File(new File(ctsRoot, mainDirName), "tools"); in buildXtsClasspath()