OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_shell_command
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
commandline.h
95
int
send_shell_command
(TransportType transport_type, const char* serial, const std::string& command,
bugreport.cpp
272
return
send_shell_command
(transport_type, serial, command, disable_shell_protocol, callback);
commandline.cpp
1127
int
send_shell_command
(TransportType transport_type, const char* serial, const std::string& command,
function
[
all
...]
bugreport_test.cpp
56
int
send_shell_command
(TransportType transport_type, const char* serial, const std::string& command,
function
58
ADD_FAILURE() << "
send_shell_command
() should have been mocked";
Completed in 82 milliseconds