Searched defs:cmdarray (Results 1 – 2 of 2) sorted by relevance
522 String[] cmdarray = new String[st.countTokens()]; in exec() local559 public Process exec(String cmdarray[]) throws IOException { in exec()602 public Process exec(String[] cmdarray, String[] envp) throws IOException { in exec()690 public Process exec(String[] cmdarray, String[] envp, File dir) in exec()
58 static Process start(String[] cmdarray, in start()