Searched defs:cmd2 (Results 1 - 3 of 3) sorted by path

/system/netd/server/
H A DIdletimerController.cpp168 const char *cmd2[] = { local
176 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
227 const char *cmd2[] = { local
245 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
H A DNatController.cpp195 const char *cmd2[] = { local
203 runCmd(ARRAY_SIZE(cmd2), cmd2); local
306 const char *cmd2[] = { local
336 if (runCmd(ARRAY_SIZE(cmd2), cmd2) && add) {
356 cmd2[2] = "-D";
357 runCmd(ARRAY_SIZE(cmd2), cmd2); local
H A Doem_iptables_hook.cpp46 const char *cmd2[] = { local
52 runIptablesCmd(ARRAY_SIZE(cmd2), cmd2); local

Completed in 538 milliseconds