OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:create_local_socket
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minadbd/
sockets.c
386
asocket *
create_local_socket
(int fd)
function
398
//fprintf(stderr, "Created local socket in
create_local_socket
\n");
411
s =
create_local_socket
(fd);
/system/core/adb/
sockets.c
393
asocket *
create_local_socket
(int fd)
function
405
//fprintf(stderr, "Created local socket in
create_local_socket
\n");
426
s =
create_local_socket
(fd);
Completed in 272 milliseconds