Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch33 - 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);
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp92 static constexpr const char* cmdStr = "command"; variable
1586 convertStringToData(filter[cmdStr].get<std::string>()); in populateI2CControllerWRAllowlist()