Searched refs:fullCmd (Results 1 – 5 of 5) sorted by relevance
/system/netd/netutils_wrappers/ |
D | NetUtilsWrapper-1.0.cpp | 89 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/ |
D | IptablesBaseTest.cpp | 95 std::string fullCmd = StringPrintf("-t %s %s", table.c_str(), command.c_str()); in fakeExecIptablesRestoreCommand() local 96 return fakeExecIptablesRestoreWithOutput(target, fullCmd, output); in fakeExecIptablesRestoreCommand()
|
D | NetdConstants.cpp | 48 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()
|
D | BandwidthController.cpp | 693 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/ |
D | sbtpull.py | 422 fullCmd = Cmd + " > {}".format(filenameNum) 429 x = os.system(fullCmd)
|