Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp98 std::string stdOutLine; in executeCmd() local
100 while (stdOutStream && std::getline(stdOutStream, stdOutLine) && in executeCmd()
101 !stdOutLine.empty()) in executeCmd()
103 stdOutput.emplace_back(stdOutLine); in executeCmd()