HomeSort by relevance Sort by last modified time
    Searched refs:OnStderr (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
commandline.h 33 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) {
bugreport.cpp 67 void OnStderr(const char* buffer, int length) {
bugreport_test.cpp 78 ::std::tr1::get<0>(args)->OnStderr(output_.c_str(), output_.size());
93 // Matcher used to emulated StandardStreamsCallbackInterface.OnStderr(buffer,
commandline.cpp 286 callback->OnStderr(buffer_ptr, length);
    [all...]

Completed in 202 milliseconds