Home
last modified time | relevance | path

Searched refs:fdio_pipe_half (Results 1 – 4 of 4) sorted by relevance

/system/ulib/fdio/include/lib/fdio/
A Dio.h45 zx_status_t fdio_pipe_half(zx_handle_t* handle, uint32_t* type);
/system/utest/spawn/
A Dspawn.cpp305 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()
/system/ulib/fdio/
A Dzxio.c915 zx_status_t fdio_pipe_half(zx_handle_t* handle, uint32_t* type) { in fdio_pipe_half() function
/system/ulib/launchpad/
A Dlaunchpad.c343 if ((status = fdio_pipe_half(&handle, &id)) < 0) { in launchpad_add_pipe()

Completed in 13 milliseconds