Home
last modified time | relevance | path

Searched refs:stdout_str (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/client/
Dcommandline.h67 DefaultStandardStreamsCallback(std::string* stdout_str, std::string* stderr_str) in DefaultStandardStreamsCallback() argument
68 : stdout_str_(stdout_str), stderr_str_(stderr_str) { in DefaultStandardStreamsCallback()
Dincremental.cpp234 const std::string_view stdout_str(child_stdout.data(), buf_size); in wait_for_installation() local
236 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()