Home
last modified time | relevance | path

Searched refs:wl_os_socket_cloexec (Results 1 – 6 of 6) sorted by relevance

/external/wayland/src/
Dwayland-os.h30 wl_os_socket_cloexec(int domain, int type, int protocol);
Dwayland-os.c61 wl_os_socket_cloexec(int domain, int type, int protocol) in wl_os_socket_cloexec() function
Dwayland-client.c1016 fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in connect_to_socket()
Dwayland-server.c1547 s->fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in _wl_display_add_socket()
/external/wayland/tests/
Dsocket-test.c248 fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in TEST()
Dos-wrappers-test.c140 fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in do_os_wrappers_socket_cloexec()