Home
last modified time | relevance | path

Searched refs:socket_unix_client (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dsockets.h383 int socket_unix_client( const char* name, SocketType type );
Dsockets.c1398 socket_unix_client( const char* name, SocketType type ) in socket_unix_client() function
/external/qemu/android/
Dqemu-setup.c163 s = socket_unix_client( path, SOCKET_STREAM ); in report_console()