HomeSort by relevance Sort by last modified time
    Searched defs:commandArguments (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 309 String [] commandArguments = {"mkdir", folder};
323 proc = Runtime.getRuntime().exec(commandArguments);
326 proc = Runtime.getRuntime().exec(commandArguments, envp);
329 proc = Runtime.getRuntime().exec(commandArguments, envp, file);
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 45 milliseconds