Searched refs:fdio_clone_fd (Results 1 – 12 of 12) sorted by relevance
| /system/ulib/launchpad/ |
| A D | fdio.c | 53 add_fdio(lp, handles, types, fdio_clone_fd(fd, fd, handles, types)); in launchpad_clone() 72 fdio_clone_fd(fd, target_fd, handles, types)); in launchpad_clone_fd()
|
| /system/utest/fs/ |
| A D | test-clone.cpp | 28 zx_status_t r = fdio_clone_fd(fd, 0, handle, type); in TestCloneSimple()
|
| A D | test-access.cpp | 253 ASSERT_GT((r = fdio_clone_fd(fd, 0, handles, types)), 0); in TestOpathFdcount() 261 ASSERT_GT((r = fdio_clone_fd(fd, 0, handles, types)), 0); in TestOpathFdcount()
|
| A D | test-append.cpp | 140 uint32_t count = fdio_clone_fd(fd.get(), 0, handles, types); in TestAppendOnClone()
|
| /system/utest/devfs/ |
| A D | fdio-tests.cpp | 25 zx_status_t r = fdio_clone_fd(fd.get(), 0, handles, types); in TestDeviceClone()
|
| /system/ulib/fdio/include/lib/fdio/ |
| A D | util.h | 22 zx_status_t fdio_clone_fd(int fd, int newfd, zx_handle_t* handles, uint32_t* types);
|
| /system/utest/spawn/ |
| A D | child.c | 21 zx_status_t status = fdio_clone_fd(fd, fd + 50, handles, ids); in has_fd()
|
| A D | spawn.cpp | 27 zx_status_t status = fdio_clone_fd(fd, fd + 50, handles, ids); in has_fd()
|
| /system/ulib/fdio/ |
| A D | spawn.c | 236 status = fdio_clone_fd(fd, fd, fdio_handles, fdio_types); in send_handles() 261 … status = fdio_clone_fd(actions[a].fd.local_fd, actions[a].fd.target_fd, fdio_handles, fdio_types); in send_handles()
|
| A D | namespace.c | 553 zx_status_t r = fdio_clone_fd(fd, 0, handle, type); in fdio_ns_bind_fd()
|
| A D | unistd.c | 823 zx_status_t fdio_clone_fd(int fd, int newfd, zx_handle_t* handles, uint32_t* types) { in fdio_clone_fd() function
|
| /system/utest/fdio/ |
| A D | fdio_socketpair.c | 414 zx_status_t handle_count = fdio_clone_fd(fds[0], fds[0], handles, types); in socketpair_clone_or_unwrap_and_wrap_test()
|
Completed in 20 milliseconds