Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dbugreport_test.cpp95 Action<OnStandardStreamsCallbackFunction> WriteOnStderr(const std::string& output) { in WriteOnStderr() function
139 .WillOnce(DoAll(WithArg<2>(WriteOnStderr(version)), in ExpectBugreportzVersion()
162 .WillOnce(DoAll(WithArg<2>(WriteOnStderr("")), in TEST_F()