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

/system/core/adb/
H A Dcommandline.h61 // If |stdout_str| is non-null, OnStdout will append to it.
63 DefaultStandardStreamsCallback(std::string* stdout_str, std::string* stderr_str) argument
64 : stdout_str_(stdout_str), stderr_str_(stderr_str) {

Completed in 139 milliseconds