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

/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/action/
H A DActionUtilities.java39 String imagePath = "/toolbarButtonGraphics/" + name;
40 java.net.URL url = getClass().getResource(imagePath);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DSortHeaderCellRenderer.java63 String imagePath = "/toolbarButtonGraphics/" + name;
64 java.net.URL url = this.getClass().getResource(imagePath);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java372 StringTokenizer st = new StringTokenizer(imagePath, File.pathSeparator);
509 private static String imagePath; field in class:WindbgDebuggerLocal
654 imagePath = System.getProperty("sun.jvm.hotspot.debugger.windbg.imagePath");
655 if (imagePath == null) {
656 imagePath = System.getenv("PATH");
664 symbolPath = imagePath;
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat47 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.imagePath="%PATH%" %OPTIONS%
H A Dsaenv64.bat52 set OPTIONS=-Dsun.jvm.hotspot.debugger.windbg.imagePath="%PATH%" %OPTIONS%
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java295 * @param imagePath the path for the image source
298 public void writeImage(String imagePath) throws IOException { argument
300 writeAttr(SRC, imagePath);
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp128 imagePath_ID = env->GetStaticFieldID(clazz, "imagePath", "Ljava/lang/String;");
322 AutoJavaString imagePath(env, path, buf);
333 ptrIDebugSymbols->SetImagePath(imagePath);

Completed in 38 milliseconds