HomeSort by relevance Sort by last modified time
    Searched full:commandargs (Results 1 - 1 of 1) sorted by null

  /external/emma/core/java12/
emma.java 36 final String [] commandArgs = new String [args.length - 1];
37 System.arraycopy (args, 1, commandArgs, 0, commandArgs.length);
39 final Command command = Command.create (commandName, "emma ".concat (commandName), commandArgs);

Completed in 70 milliseconds