Home
last modified time | relevance | path

Searched refs:fdio_create_fd (Results 1 – 9 of 9) sorted by relevance

/system/utest/fs/
A Dtest-clone.cpp32 ASSERT_EQ(fdio_create_fd(handle, type, r, &fd2), ZX_OK); in TestCloneSimple()
A Dtest-append.cpp144 ASSERT_EQ(fdio_create_fd(handles, types, count, &raw_fd), ZX_OK); in TestAppendOnClone()
/system/utest/fdio/
A Dfdio_handle_fd.c187 ASSERT_EQ(fdio_create_fd(handles, types, r, &fds[0]), ZX_OK, in transfer_fd_test()
216 ASSERT_EQ(fdio_create_fd(handles, types, r, &fd), ZX_OK, in transfer_device_test()
232 ASSERT_EQ(ZX_OK, fdio_create_fd(&h1, &type, 1, &fd), in create_fd_from_connected_socket()
A Dfdio_socket.c23 ASSERT_EQ(ZX_OK, fdio_create_fd(&s2, &type, 1, &fd), "Socket from handle failed"); in create_socket_fdio_pair()
A Dfdio_socketpair.c419 status = fdio_create_fd(handles, types, handle_count, &cloned_fd); in socketpair_clone_or_unwrap_and_wrap_test()
427 status = fdio_create_fd(handles, types, handle_count, &transferred_fd); in socketpair_clone_or_unwrap_and_wrap_test()
/system/ulib/devmgr-integration-test/
A Dlauncher.cpp53 status = fdio_create_fd(devfs_handles, devfs_types, fbl::count_of(devfs_handles), &fd); in Create()
/system/ulib/fdio/include/lib/fdio/
A Dutil.h35 zx_status_t fdio_create_fd(zx_handle_t* handles, uint32_t* types, size_t hcount, int* fd_out);
/system/utest/memfs/
A Dmemfs-tests.cpp55 ASSERT_EQ(fdio_create_fd(&root, &type, 1, &fd), ZX_OK); in TestMemfsBasic()
105 ASSERT_EQ(fdio_create_fd(&root, &type, 1, &raw_root_fd), ZX_OK); in TestMemfsLimitPages()
227 ASSERT_EQ(fdio_create_fd(&root, &type, 1, &fd), ZX_OK); in TestMemfsCloseDuringAccess()
/system/ulib/fdio/
A Dremoteio.c491 zx_status_t fdio_create_fd(zx_handle_t* handles, uint32_t* types, size_t hcount, in fdio_create_fd() function

Completed in 13 milliseconds