Home
last modified time | relevance | path

Searched refs:full_cmd (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DIdletimerController.cpp137 std::string full_cmd = argv[0]; in runIpxtablesCmd() local
140 full_cmd += " "; in runIpxtablesCmd()
141 full_cmd += argv[0]; in runIpxtablesCmd()
143 ALOGV("runCmd(%s) res_ipv4=%d, res_ipv6=%d", full_cmd.c_str(), resIpv4, resIpv6); in runIpxtablesCmd()
DNatController.cpp61 std::string full_cmd = argv[0]; in runCmd() local
70 full_cmd += " "; in runCmd()
71 full_cmd += argv[0]; in runCmd()
73 ALOGV("runCmd(%s) res=%d", full_cmd.c_str(), res); in runCmd()