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