OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultstandardstreamscallback
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
commandline.h
59
class
DefaultStandardStreamsCallback
: public StandardStreamsCallbackInterface {
63
DefaultStandardStreamsCallback
(std::string* stdout_str, std::string* stderr_str)
83
DISALLOW_COPY_AND_ASSIGN(
DefaultStandardStreamsCallback
);
87
extern
DefaultStandardStreamsCallback
DEFAULT_STANDARD_STREAMS_CALLBACK;
bugreport.cpp
193
DefaultStandardStreamsCallback
version_callback(&bugz_stdout, &bugz_stderr);
bugreport_test.cpp
52
DefaultStandardStreamsCallback
DEFAULT_STANDARD_STREAMS_CALLBACK(nullptr, nullptr);
commandline.cpp
69
DefaultStandardStreamsCallback
DEFAULT_STANDARD_STREAMS_CALLBACK(nullptr, nullptr);
[
all
...]
Completed in 209 milliseconds