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

/system/core/adb/
H A Dcommandline.h33 virtual void OnStderr(const char* buffer, int length) = 0;
62 // If |stderr_str| is non-null, OnStderr will append to it.
71 void OnStderr(const char* buffer, int length) { function in class:DefaultStandardStreamsCallback
H A Dbugreport.cpp65 void OnStderr(const char* buffer, int length) { function in class:BugreportStandardStreamsCallback
H A Dbugreport_test.cpp80 ::std::tr1::get<0>(args)->OnStderr(output_.c_str(), output_.size());
95 // Matcher used to emulated StandardStreamsCallbackInterface.OnStderr(buffer,
H A Dcommandline.cpp328 callback->OnStderr(buffer_ptr, length);

Completed in 49 milliseconds