OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_unix_server
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/libqemu/
test_host_1.c
91
socket_unix_server
( const char* path, int type )
function
189
sock =
socket_unix_server
( path, SOCK_STREAM );
/external/qemu/
sockets.h
396
int
socket_unix_server
( const char* name, SocketType type );
qemu-sockets-android.c
511
sock =
socket_unix_server
(upath, SOCKET_STREAM);
sockets.c
1397
socket_unix_server
( const char* name, SocketType type )
function
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.h
404
int
socket_unix_server
( const char* name, SocketType type );
sockets.c
1383
socket_unix_server
( const char* name, SocketType type )
function
[
all
...]
/external/qemu/android/
qemu-setup.c
162
s =
socket_unix_server
( path, SOCKET_STREAM );
Completed in 309 milliseconds