Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dshell_service_test.cpp179 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
191 SubprocessType::kPty, SubprocessProtocol::kShell)); in TEST_F()
204 "", SubprocessType::kPty, SubprocessProtocol::kShell)); in TEST_F()
234 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
253 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
265 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
307 SubprocessProtocol::kShell)); in TEST_F()
Dabb.cpp89 auto protocol = SubprocessProtocol::kShell; in main()
91 protocol = SubprocessProtocol::kShell; in main()
Dshell_service.h32 kShell, enumerator
Dabb_service.cpp37 static constexpr auto kErrorProtocol = SubprocessProtocol::kShell;
Dshell_service.cpp298 if (protocol_ == SubprocessProtocol::kShell && in ForkAndExec()
409 if (protocol_ == SubprocessProtocol::kShell) { in ExecInProcess()
772 if (protocol == SubprocessProtocol::kShell) { in ReportError()
781 if (protocol == SubprocessProtocol::kShell) { in ReportError()
Dservices.cpp112 protocol = SubprocessProtocol::kShell; in ShellService()