Home
last modified time | relevance | path

Searched refs:splitCommandLine (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java161 String args[] = splitCommandLine(cmdLine); in launchProcess()
226 public String[] splitCommandLine(String cmd) { in splitCommandLine() method in JDWPUnitDebuggeeProcessWrapper
409 …List<String> cmd = new ArrayList<>(Arrays.asList(splitCommandLine(settings.getDumpProcessCommand()… in GetRemoteStackTrace()