Searched refs:fdio_pipe_half (Results 1 – 4 of 4) sorted by relevance
45 zx_status_t fdio_pipe_half(zx_handle_t* handle, uint32_t* type);
305 int fd = fdio_pipe_half(&socket, &type); in spawn_actions_fd_test()327 int fd = fdio_pipe_half(socket.reset_and_get_address(), &type); in spawn_actions_fd_test()347 int fd = fdio_pipe_half(socket.reset_and_get_address(), &type); in spawn_actions_fd_test()
915 zx_status_t fdio_pipe_half(zx_handle_t* handle, uint32_t* type) { in fdio_pipe_half() function
343 if ((status = fdio_pipe_half(&handle, &id)) < 0) { in launchpad_add_pipe()
Completed in 13 milliseconds