Searched refs:dstServerDir (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/launcher/
H A DTest7029048.java67 private static final File dstServerDir = new File(dstLibArchDir, "server"); field in class:Test7029048
68 private static final File dstServerLibjvm = new File(dstServerDir, LIBJVM);
208 if (!dstServerDir.exists()) {
209 Files.createDirectories(dstServerDir.toPath());
238 env.put(LD_LIBRARY_PATH, dstServerDir.getAbsolutePath());
256 ? dstServerDir
260 ? dstServerDir

Completed in 54 milliseconds