OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launch_server
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
adb.h
134
int
launch_server
(const std::string& socket_spec);
adb_client.cpp
173
if (
launch_server
(__adb_server_socket_spec)) {
175
//
launch_server
() has already printed detailed error info, so just
adb.cpp
640
int
launch_server
(const std::string& socket_spec) {
function
875
fprintf(stderr, "pipe failed in
launch_server
, errno: %d\n", errno);
[
all
...]
commandline.cpp
[
all
...]
Completed in 69 milliseconds