Searched refs:fdio_handles (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/fdio/
H A Dspawn.c184 zx_handle_t fdio_handles[FDIO_MAX_HANDLES]; local
186 status = fdio_clone_fd(fd, fd, fdio_handles, fdio_types);
200 handles[h++] = fdio_handles[i];
206 zx_handle_t fdio_handles[FDIO_MAX_HANDLES]; local
211 status = fdio_clone_fd(actions[a].fd.local_fd, actions[a].fd.target_fd, fdio_handles, fdio_types);
218 status = fdio_transfer_fd(actions[a].fd.local_fd, actions[a].fd.target_fd, fdio_handles, fdio_types);
237 handles[h++] = fdio_handles[j];

Completed in 78 milliseconds