Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DRuntime.java122 public Process exec(String[] progArray) throws java.io.IOException { in exec() method in Runtime
143 public Process exec(String[] progArray, String[] envp) throws java.io.IOException { in exec() method in Runtime
166 public Process exec(String[] progArray, String[] envp, File directory) throws IOException { in exec() method in Runtime
183 public Process exec(String prog) throws java.io.IOException { in exec() method in Runtime
202 public Process exec(String prog, String[] envp) throws java.io.IOException { in exec() method in Runtime
224 public Process exec(String prog, String[] envp, File directory) throws java.io.IOException { in exec() method in Runtime
DProcessManager.java160 private static native int exec(String[] command, String[] environment, in exec() method in ProcessManager
167 public Process exec(String[] taintedCommand, String[] taintedEnvironment, File workingDirectory, in exec() method in ProcessManager
/libcore/luni/src/test/java/libcore/sqlite/
DQueryTimeoutTest.java81 private void exec(String queryString) throws Exception { in exec() method in QueryTimeoutTest