Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_service_test.cpp198 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
210 SubprocessType::kPty, SubprocessProtocol::kShell)); in TEST_F()
223 "", SubprocessType::kPty, SubprocessProtocol::kShell)); in TEST_F()
253 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
272 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
284 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
Dshell_service.h137 kShell, enumerator
Dshell_service.cpp302 if (protocol_ == SubprocessProtocol::kShell && in ForkAndExec()
723 if (protocol == SubprocessProtocol::kShell) { in ReportError()
732 if (protocol == SubprocessProtocol::kShell) { in ReportError()
Dservices.cpp235 protocol = SubprocessProtocol::kShell; in ShellService()