OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
65
void
OnStderr
(const char* buffer, int length) {
bugreport_test.cpp
80
::std::tr1::get<0>(args)->
OnStderr
(output_.c_str(), output_.size());
95
// Matcher used to emulated StandardStreamsCallbackInterface.
OnStderr
(buffer,
commandline.cpp
328
callback->
OnStderr
(buffer_ptr, length);
[
all
...]
Completed in 98 milliseconds