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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessBuilderTest.java 67 List<String> newCmd = new ArrayList<String>();
68 newCmd.add("cmd");
69 ProcessBuilder pbReturn = pb.command(newCmd);
74 newCmd.add("arg");
  /external/iptables/iptables/
ip6tables.c 348 add_command(unsigned int *cmd, const int newcmd, const int othercmds,
355 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));
356 *cmd |= newcmd;
    [all...]
iptables.c 342 add_command(unsigned int *cmd, const int newcmd, const int othercmds,
349 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));
350 *cmd |= newcmd;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 

Completed in 197 milliseconds