Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dincremental.cpp240 const std::string_view stdout_str(child_stdout.data(), buf_size); in wait_for_installation() local
242 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()
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()