Home
last modified time | relevance | path

Searched defs:fullCmd (Results 1 – 4 of 4) sorted by relevance

/system/netd/netutils_wrappers/
DNetUtilsWrapper-1.0.cpp89 std::string fullCmd = android::base::Join(allArgs, ' '); in checkExpectedCommand() local
/system/netd/server/
DIptablesBaseTest.cpp118 std::string fullCmd = StringPrintf("-t %s %s", table.c_str(), command.c_str()); in fakeExecIptablesRestoreCommand() local
DNetdConstants.cpp134 std::string fullCmd = android::base::StringPrintf("*%s\n%s\nCOMMIT\n", table.c_str(), in execIptablesRestoreCommand() local
DBandwidthController.cpp230 std::string fullCmd = cmd; in runIptablesCmd() local
1144 std::string fullCmd = "*filter\n-S\nCOMMIT\n"; in flushExistingCostlyTables() local