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.hpp87 std::string stdOutLine; in executeCmd() local
89 while (stdOutStream && std::getline(stdOutStream, stdOutLine) && in executeCmd()
90 !stdOutLine.empty()) in executeCmd()
92 stdOutput.emplace_back(stdOutLine); in executeCmd()