Searched defs:dstOtherServerDir (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/launcher/
H A DTest7029048.java75 private static final File dstOtherServerDir; field in class:Test7029048
83 dstOtherServerDir = new File(dstOtherArchDir, "server");
84 dstOtherServerLibjvm = new File(dstOtherServerDir, LIBJVM);
87 dstOtherServerDir = null;
215 if (!dstOtherServerDir.exists()) {
216 Files.createDirectories(dstOtherServerDir.toPath());
257 : dstOtherServerDir;
261 : dstOtherServerDir;

Completed in 22 milliseconds