Home
last modified time | relevance | path

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

/system/netd/netutils_wrappers/
DNetUtilsWrapper-1.0.cpp89 std::string fullCmd = android::base::Join(allArgs, ' '); in checkExpectedCommand() local
92 if (std::regex_search(fullCmd, expectedRegexp)) { in checkExpectedCommand()
97 ALOGI("Unexpected command: %s", fullCmd.c_str()); in checkExpectedCommand()
98 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.cpp48 std::string fullCmd = android::base::StringPrintf("*%s\n%s\nCOMMIT\n", table.c_str(), in execIptablesRestoreCommand() local
50 return execIptablesRestoreWithOutput(target, fullCmd, output); in execIptablesRestoreCommand()
DBandwidthController.cpp693 std::string fullCmd = "*filter\n-S\nCOMMIT\n"; in flushExistingCostlyTables() local
697 if (int ret = iptablesRestoreFunction(V4, fullCmd, &ruleList)) { in flushExistingCostlyTables()
/system/extras/perf_tools/
Dsbtpull.py422 fullCmd = Cmd + " > {}".format(filenameNum)
429 x = os.system(fullCmd)