Searched refs:stdOutLine (Results 1 – 1 of 1) sorted by relevance
98 std::string stdOutLine; in executeCmd() local100 while (stdOutStream && std::getline(stdOutStream, stdOutLine) && in executeCmd()101 !stdOutLine.empty()) in executeCmd()103 stdOutput.emplace_back(stdOutLine); in executeCmd()