Searched refs:stdout_str (Results 1 – 2 of 2) sorted by relevance
75 DefaultStandardStreamsCallback(std::string* stdout_str, std::string* stderr_str) in DefaultStandardStreamsCallback() argument76 : stdout_str_(stdout_str), stderr_str_(stderr_str), returnErrors_(false) { in DefaultStandardStreamsCallback()78 DefaultStandardStreamsCallback(std::string* stdout_str, std::string* stderr_str, in DefaultStandardStreamsCallback() argument80 : stdout_str_(stdout_str), stderr_str_(stderr_str), returnErrors_(returnErrors) { in DefaultStandardStreamsCallback()
240 const std::string_view stdout_str(child_stdout.data(), buf_size); in wait_for_installation() local242 if (stdout_str.find("Success") != std::string::npos) { in wait_for_installation()247 if (const auto begin_itr = stdout_str.find(failure_msg_head); in wait_for_installation()252 const auto end_itr = stdout_str.rfind("]"); in wait_for_installation()