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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEnv.java95 static void setSourcePath(String srcPath) { method in class:Env
100 static void setSourcePath(List<String> srcList) { method in class:Env
H A DVMConnection.java350 Env.setSourcePath(psvm.classPath());
352 Env.setSourcePath(".");
H A DCommands.java1553 Env.setSourcePath(t.nextToken("").trim());
2009 Env.setSourcePath(Env.getSourcePath());
H A DTTY.java909 Env.setSourcePath(argv[++i]);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceManager.java81 public void setSourcePath(SearchPath sp) { method in class:SourceManager
H A DGUI.java198 env.getSourceManager().setSourcePath(new SearchPath(argv[++i]));
H A DCommandInterpreter.java1047 sourceManager.setSourcePath(new SearchPath(t.nextToken()));
1060 sourceManager.setSourcePath(new SearchPath(t.nextToken()));

Completed in 44 milliseconds