Home
last modified time | relevance | path

Searched refs:execProg (Results 1 – 3 of 3) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp605 boost::process::v1::child execProg( in generateBIOSXMLFile()
608 execProg.wait(); in generateBIOSXMLFile()
609 return execProg.exit_code(); in generateBIOSXMLFile()
H A Dfirmware-update.cpp715 boost::process::v1::child execProg(path, const_cast<char*>(tArgs)...); in executeCmd()
716 execProg.wait(); in executeCmd()
717 return execProg.exit_code(); in executeCmd()
H A Doemcommands.cpp1389 boost::process::v1::child execProg(path); in executeCmd() local
1390 execProg.wait(); in executeCmd()
1392 int retCode = execProg.exit_code(); in executeCmd()