Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp84 boost::process::ipstream stdOutStream; in executeCmd() local
86 boost::process::std_out > stdOutStream); in executeCmd()
89 while (stdOutStream && std::getline(stdOutStream, stdOutLine) && in executeCmd()