Searched refs:stdout_str (Results 1 – 2 of 2) sorted by relevance
67 DefaultStandardStreamsCallback(std::string* stdout_str, std::string* stderr_str) in DefaultStandardStreamsCallback() argument68 : stdout_str_(stdout_str), stderr_str_(stderr_str) { in DefaultStandardStreamsCallback()
234 const std::string_view stdout_str(child_stdout.data(), buf_size); in wait_for_installation() local236 if (stdout_str.find("Success") != std::string::npos) { in wait_for_installation()241 if (const auto begin_itr = stdout_str.find(failure_msg_head); in wait_for_installation()246 const auto end_itr = stdout_str.rfind("]"); in wait_for_installation()