Home
last modified time | relevance | path

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

/system/netd/netutils_wrappers/
DNetUtilsWrapper-1.0.cpp90 std::string fullCmd = android::base::Join(allArgs, ' '); in checkExpectedCommand() local
93 if (std::regex_search(fullCmd, expectedRegexp)) { in checkExpectedCommand()
98 ALOGI("Unexpected command: %s", fullCmd.c_str()); in checkExpectedCommand()
99 fprintf(stderr, LOG_TAG ": Unexpected command: %s\n", fullCmd.c_str()); in checkExpectedCommand()
/system/netd/server/
DIptablesBaseTest.cpp95 std::string fullCmd = StringPrintf("-t %s %s", table.c_str(), command.c_str()); in fakeExecIptablesRestoreCommand() local
96 return fakeExecIptablesRestoreWithOutput(target, fullCmd, output); in fakeExecIptablesRestoreCommand()
DNetdConstants.cpp49 std::string fullCmd = android::base::StringPrintf("*%s\n%s\nCOMMIT\n", table.c_str(), in execIptablesRestoreCommand() local
51 return execIptablesRestoreWithOutput(target, fullCmd, output); in execIptablesRestoreCommand()
DBandwidthController.cpp801 std::string fullCmd = "*filter\n-S\nCOMMIT\n"; in flushExistingCostlyTables() local
805 if (int ret = iptablesRestoreFunction(V4, fullCmd, &ruleList)) { in flushExistingCostlyTables()