Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_protocol.h46 kIdStderr = 2, enumerator
Dshell_service_protocol_test.cpp130 ShellProtocol::Id id = ShellProtocol::kIdStderr; in TEST_F()
/system/core/adb/daemon/
Dshell_service_test.cpp107 case ShellProtocol::kIdStderr: in ReadShellProtocol()
Dshell_service.cpp609 dead_sfd = PassOutput(&stderr_sfd_, ShellProtocol::kIdStderr); in SelectLoop()
773 ShellProtocol::Id id = ShellProtocol::kIdStderr; in ReportError()
/system/core/adb/client/
Dcommandline.cpp294 case ShellProtocol::kIdStderr: in read_and_dump()