Searched refs:execProg (Results 1 – 3 of 3) sorted by relevance
605 boost::process::v1::child execProg( in generateBIOSXMLFile()608 execProg.wait(); in generateBIOSXMLFile()609 return execProg.exit_code(); in generateBIOSXMLFile()
715 boost::process::v1::child execProg(path, const_cast<char*>(tArgs)...); in executeCmd()716 execProg.wait(); in executeCmd()717 return execProg.exit_code(); in executeCmd()
1389 boost::process::v1::child execProg(path); in executeCmd() local1390 execProg.wait(); in executeCmd()1392 int retCode = execProg.exit_code(); in executeCmd()