Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dcommandline.h76 : stdout_str_(stdout_str), stderr_str_(stderr_str), returnErrors_(false) { in DefaultStandardStreamsCallback()
80 : stdout_str_(stdout_str), stderr_str_(stderr_str), returnErrors_(returnErrors) { in DefaultStandardStreamsCallback()
84 return OnStream(stdout_str_, stdout, buffer, length, returnErrors_); in OnStdout()
88 return OnStream(stderr_str_, stderr, buffer, length, returnErrors_); in OnStderr()
96 returnErrors_ = returnErrors; in ReturnErrors()
102 bool returnErrors_; variable