Searched refs:full_cmd (Results 1 - 2 of 2) sorted by path

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

Completed in 167 milliseconds