OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_create_unix
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
sockets.h
327
int
socket_create_unix
( SocketType type );
sockets.c
931
socket_create_unix
( SocketType type )
function
1402
s =
socket_create_unix
( type );
1424
s =
socket_create_unix
(type);
[
all
...]
qemu-sockets-android.c
534
sock =
socket_create_unix
(SOCKET_STREAM);
/sdk/emulator/opengl/tests/event_injector/
sockets.h
335
int
socket_create_unix
( SocketType type );
sockets.c
935
socket_create_unix
( SocketType type )
function
1388
s =
socket_create_unix
( type );
1410
s =
socket_create_unix
(type);
[
all
...]
Completed in 38 milliseconds