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

/fuchsia/zircon/system/ulib/fdio/include/lib/fdio/
H A Dutil.h99 zx_handle_t fdio_service_clone(zx_handle_t h);
/fuchsia/zircon/system/core/devmgr/
H A Dfshost.cpp343 return zx::channel(fdio_service_clone(svc_root));
346 return zx::channel(fdio_service_clone(devfs_root));
H A Ddevmgr-devfs.cpp779 return fdio_service_clone(devfs_root);
/fuchsia/zircon/system/ulib/fdio/
H A Dnamespace.c689 if ((h = fdio_service_clone(h)) == ZX_HANDLE_INVALID) {
H A Dremoteio.c425 zx_handle_t fdio_service_clone(zx_handle_t svc) { function

Completed in 83 milliseconds