Searched refs:fullCmd (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DBandwidthController.cpp222 std::string fullCmd = cmd; local
231 fullCmd += " --jump REJECT";
234 fullCmd += " --jump RETURN";
240 fullCmd.insert(0, " -w ");
241 fullCmd.insert(0, iptVer == IptIpV4 ? IPTABLES_PATH : IP6TABLES_PATH);
243 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) {
263 fullCmd.c_str());
1240 std::string fullCmd; local
1246 fullCmd = getTetherStatsCommand(binary);
1247 iptOutput = popenFunction(fullCmd
1276 std::string fullCmd; local
[all...]

Completed in 5 milliseconds