Searched refs:fdio_transfer_fd (Results 1 – 12 of 12) sorted by relevance
| /system/utest/devfs/ |
| A D | fdio-tests.cpp | 41 zx_status_t r = fdio_transfer_fd(fd.release(), 0, handles, types); in TestDeviceTransfer()
|
| /system/ulib/fdio/include/lib/fdio/ |
| A D | util.h | 23 zx_status_t fdio_transfer_fd(int fd, int newfd, zx_handle_t* handles, uint32_t* types);
|
| /system/ulib/fs-management/ |
| A D | mkfs.cpp | 38 if ((status = fdio_transfer_fd(device_fd, FS_FD_BLOCKDEVICE, hnd + n, ids + n)) <= 0) { in MkfsNativeFs()
|
| A D | fsck.cpp | 35 if ((status = fdio_transfer_fd(device_fd, FS_FD_BLOCKDEVICE, hnd + n, ids + n)) <= 0) { in FsckNativeFs()
|
| A D | mount.cpp | 103 status = fdio_transfer_fd(device_fd, FS_FD_BLOCKDEVICE, &handles_[1], &ids_[1]); in PrepareHandles()
|
| /system/utest/fs/ |
| A D | test-basic.c | 85 zx_status_t r = fdio_transfer_fd(fd, 0, handles, types); in test_unclean_close()
|
| /system/ulib/launchpad/ |
| A D | fdio.c | 79 fdio_transfer_fd(fd, target_fd, handles, types)); in launchpad_transfer_fd()
|
| /system/utest/fdio/ |
| A D | fdio_handle_fd.c | 183 zx_status_t r = fdio_transfer_fd(fds[0], 0, handles, types); in transfer_fd_test() 212 zx_status_t r = fdio_transfer_fd(fd, 0, handles, types); in transfer_device_test()
|
| A D | fdio_socketpair.c | 422 handle_count = fdio_transfer_fd(fds[0], fds[0], handles, types); in socketpair_clone_or_unwrap_and_wrap_test()
|
| /system/core/virtcon/ |
| A D | main.cpp | 244 zx_status_t r = fdio_transfer_fd(fd, FDIO_FLAG_USE_FOR_STDIO | 0, handles, types); in new_vc_cb()
|
| /system/ulib/fdio/ |
| A D | spawn.c | 268 …status = fdio_transfer_fd(actions[a].fd.local_fd, actions[a].fd.target_fd, fdio_handles, fdio_type… in send_handles()
|
| A D | unistd.c | 840 zx_status_t fdio_transfer_fd(int fd, int newfd, zx_handle_t* handles, uint32_t* types) { in fdio_transfer_fd() function
|
Completed in 604 milliseconds