Searched defs:progArray (Results 1 – 1 of 1) sorted by relevance
127 public Process exec(String[] progArray) throws java.io.IOException { in exec()148 public Process exec(String[] progArray, String[] envp) throws java.io.IOException { in exec()171 public Process exec(String[] progArray, String[] envp, File directory) throws IOException { in exec()240 String[] progArray = new String[length]; in exec() local