OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kShell
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
shell_service.h
137
kShell
,
shell_service_test.cpp
198
SubprocessType::kRaw, SubprocessProtocol::
kShell
));
210
SubprocessType::kPty, SubprocessProtocol::
kShell
));
223
"", SubprocessType::kPty, SubprocessProtocol::
kShell
));
253
SubprocessType::kRaw, SubprocessProtocol::
kShell
));
272
SubprocessType::kRaw, SubprocessProtocol::
kShell
));
284
SubprocessType::kRaw, SubprocessProtocol::
kShell
));
shell_service.cpp
302
if (protocol_ == SubprocessProtocol::
kShell
&&
723
if (protocol == SubprocessProtocol::
kShell
) {
732
if (protocol == SubprocessProtocol::
kShell
) {
services.cpp
235
protocol = SubprocessProtocol::
kShell
;
Completed in 118 milliseconds