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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DSALauncherLoader.java129 urls[i] = getFileURL(path[i]);
143 private static URL getFileURL(File file) { method in class:SALauncherLoader
/openjdk7/jdk/src/share/classes/sun/misc/
H A DLauncher.java192 urls.add(getFileURL(f));
331 super.addURL( getFileURL(new File(path)) );
399 urls[i] = getFileURL(path[i]);
454 static URL getFileURL(File file) { method in class:Launcher
541 codeBase = Launcher.getFileURL(new File(path));

Completed in 31 milliseconds