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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java40 // Else, if execPath != null, it is the path of a jdk/bin/java
54 } else if (execPath != null) {
55 attachDebugger(execPath, coreFilename);
82 attach(execPath, coreFilename);
103 private String execPath; field in class:CLHSDB
132 execPath = args[0];
138 execPath = args[0];
H A DHSDB.java78 private String execPath; field in class:HSDB
107 execPath = args[0];
113 execPath = args[0];
126 // Else, if execPath != null, it is the path of a jdk/bin/java
411 } else if (execPath != null) {
412 attach(execPath, coreFilename);
1471 attach(execPath, coreFilename);
/openjdk7/hotspot/agent/test/jdi/
H A Dsagclient.java66 String execPath = null;
91 execPath = args[0];
93 System.out.println( "jdk: " + execPath);
95 vm = attachCore(coreFilename, execPath);
108 private static VirtualMachine attachCore(String coreFilename, String execPath) { argument
116 connArg.setValue(execPath);
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeLauncher.java36 String execPath; field in class:MimeLauncher
50 the execPath instance variable with the correct path.
137 String c = execPath;
159 and sets the execPath instance variable. It uses the exec.path
180 execPath = str;
198 execPath = prefix + File.separator + str;
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DStructOffsetResolver.java189 String execPath = nativeSrc.replace(".mm", "");
191 "llvm-g++", "-Wall", gccFlag.get(arch), "-ObjC++", "-framework", "Foundation", "-o", execPath, nativeSrc
206 return execPath;

Completed in 41 milliseconds