Home
last modified time | relevance | path

Searched defs:progArray (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DRuntime.java127 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