Home
last modified time | relevance | path

Searched refs:vecCommandArg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dif_config.cpp62 bool IfConfig::ExecCommand(const std::vector<std::string> &vecCommandArg) in ExecCommand() argument
64 int argvSize = static_cast<int>(vecCommandArg.size()); in ExecCommand()
70 [vecCommandArg, argvSize]() { in ExecCommand()
85 execveStr[i] = vecCommandArg[i].c_str(); in ExecCommand()
93 if (execve(vecCommandArg[0].c_str(), (char *const*)execveStr, env) < 0) { in ExecCommand()
94 LOGE("execve %{public}s failed.", vecCommandArg[0].c_str()); in ExecCommand()
H A Dif_config.h48 bool ExecCommand(const std::vector<std::string> &vecCommandArg);