OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newcmd
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java
68
List<String>
newCmd
= new ArrayList<String>();
69
newCmd
.add("cmd");
70
ProcessBuilder pbReturn = pb.command(
newCmd
);
75
newCmd
.add("arg");
/external/iptables/iptables/
ip6tables.c
361
add_command(unsigned int *cmd, const int
newcmd
, const int othercmds,
368
cmd2char(
newcmd
), cmd2char(*cmd & (~othercmds)));
369
*cmd |=
newcmd
;
[
all
...]
iptables.c
374
add_command(unsigned int *cmd, const int
newcmd
, const int othercmds,
381
cmd2char(
newcmd
), cmd2char(*cmd & (~othercmds)));
382
*cmd |=
newcmd
;
[
all
...]
Completed in 160 milliseconds