Searched refs:wl_os_socket_cloexec (Results 1 – 6 of 6) sorted by relevance
/external/wayland/src/ |
D | wayland-os.h | 30 wl_os_socket_cloexec(int domain, int type, int protocol);
|
D | wayland-os.c | 61 wl_os_socket_cloexec(int domain, int type, int protocol) in wl_os_socket_cloexec() function
|
D | wayland-client.c | 1016 fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in connect_to_socket()
|
D | wayland-server.c | 1547 s->fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in _wl_display_add_socket()
|
/external/wayland/tests/ |
D | socket-test.c | 248 fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in TEST()
|
D | os-wrappers-test.c | 140 fd = wl_os_socket_cloexec(PF_LOCAL, SOCK_STREAM, 0); in do_os_wrappers_socket_cloexec()
|