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.cpp95 std::string fullCmd = StringPrintf("-t %s %s", table.c_str(), command.c_str()); in fakeExecIptablesRestoreCommand() local
DNetdConstants.cpp48 std::string fullCmd = android::base::StringPrintf("*%s\n%s\nCOMMIT\n", table.c_str(), in execIptablesRestoreCommand() local
DBandwidthController.cpp693 std::string fullCmd = "*filter\n-S\nCOMMIT\n"; in flushExistingCostlyTables() local