Home
last modified time | relevance | path

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

/external/qemu/
Dsockets.h309 int socket_create_unix( SocketType type );
Dsockets.c910 socket_create_unix( SocketType type ) in socket_create_unix() function
1381 s = socket_create_unix( type ); in socket_unix_server()
1403 s = socket_create_unix(type); in socket_unix_client()
Dqemu-sockets-android.c323 sock = socket_create_unix(SOCKET_STREAM); in unix_connect()