Searched refs:fdio_root_handle (Results 1 – 2 of 2) sorted by relevance
329 iodir = fdio_root_handle; in fdio_iodir()739 ZX_ASSERT(!fdio_root_handle); in __libc_extensions_init()740 fdio_root_handle = fdio_ns_open_root(fdio_root_ns); in __libc_extensions_init()742 if (fdio_root_handle) { in __libc_extensions_init()747 fdio_root_handle = fdio_null_create(); in __libc_extensions_init()789 if (fdio_root_handle) { in fdio_ns_install()790 old_root = fdio_root_handle; in fdio_ns_install()792 fdio_root_handle = io; in fdio_ns_install()
247 #define fdio_root_handle (__fdio_global_state.root) macro
Completed in 8 milliseconds