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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DExtensionDependency.java398 File[] dirs = getExtDirs();
430 private static File[] getExtDirs() { method in class:ExtensionDependency
439 debug("getExtDirs count " + count);
443 debug("getExtDirs dirs["+i+"] "+ dirs[i]);
447 debug("getExtDirs dirs " + dirs);
449 debug("getExtDirs dirs.length " + dirs.length);
490 return getExtFiles(getExtDirs());
H A DLauncher.java134 final File[] dirs = getExtDirs();
167 private static File[] getExtDirs() { method in class:Launcher.ExtClassLoader

Completed in 38 milliseconds