Searched defs:stdResult (Results 1 – 3 of 3) sorted by relevance
20 ShellCmdResult::ShellCmdResult(const int32_t exitCode, const std::string &stdResult) in ShellCmdResult()40 void ShellCmdResult::SetStdResult(const std::string &stdResult) in SetStdResult()
26 std::string stdResult; member
181 std::string stdResult = shellCmdResult.GetStdResult(); variable