Searched refs:cmdStr (Results 1 – 2 of 2) sorted by relevance
33 - sprintf(cmdStr, "/usr/local/sbin/findprocess.sh %s /tmp/processid.txt\n", "wpa_supplicant");34 + sprintf(cmdStr, "/usr/sbin/findprocess.sh %s /tmp/processid.txt\n", "wpa_supplicant");35 st = system(cmdStr);
93 static constexpr const char* cmdStr = "command"; variable1650 convertStringToData(filter[cmdStr].get<std::string>()); in populateI2CControllerWRAllowlist()