OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_unix_client
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
sockets.h
401
int
socket_unix_client
( const char* name, SocketType type );
sockets.c
1419
socket_unix_client
( const char* name, SocketType type )
function
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.h
409
int
socket_unix_client
( const char* name, SocketType type );
sockets.c
1405
socket_unix_client
( const char* name, SocketType type )
function
[
all
...]
/external/qemu/android/
qemu-setup.c
170
s =
socket_unix_client
( path, SOCKET_STREAM );
Completed in 2639 milliseconds