Lines Matching refs:runCommand
191 static std::vector<std::string> runCommand(const std::string& command) { in runCommand() function
214 return runCommand(command); in listIpRules()
219 return runCommand(command); in listIptablesRule()
1008 std::string allRules = Join(runCommand(command), "\n"); in expectNoTestCounterRules()
1015 runCommand(StringPrintf("%s -w -A tetherctrl_counters -i %s -o %s -j RETURN -c %d %d", in addTetherCounterValues()
1020 runCommand(StringPrintf("%s -w -D tetherctrl_counters -i %s -o %s -j RETURN", in delTetherCounterValues()
1022 runCommand(StringPrintf("%s -w -D tetherctrl_counters -i %s -o %s -j RETURN", in delTetherCounterValues()
1044 runCommand(StringPrintf("%s -w -N tetherctrl_counters", IPTABLES_PATH)); in TEST_F()
1045 runCommand(StringPrintf("%s -w -N tetherctrl_counters", IP6TABLES_PATH)); in TEST_F()
1098 return runCommand(command); in listIptablesRuleByTable()
1251 result = runCommand(cmd); in tryToFindProcesses()
1342 std::vector<std::string> result = runCommand(ipv4IpfwdCmd); in getIpfwdV4Enable()
1350 std::vector<std::string> result = runCommand(ipv6IpfwdCmd); in getIpfwdV6Enable()
1668 return runCommand(command); in listIpRoutes()
3008 const std::vector<std::string> result = runCommand(cmd.cmdString); in TEST_F()
3015 const std::vector<std::string> result = runCommand(cmd.cmdString); in TEST_F()
3032 std::vector<std::string> result = runCommand(routeAddCmd); in TEST_F()
3039 result = runCommand(routeRemoveCmd); in TEST_F()