Searched refs:fdio_ns_get_installed (Results 1 – 8 of 8) sorted by relevance
60 zx_status_t fdio_ns_get_installed(fdio_ns_t** ns);
75 zx_status_t status = fdio_ns_get_installed(&ns); in memfs_install_at_with_page_limit()
53 status = fdio_ns_get_installed(&ns); in Launch()
62 bool has_namespace = fdio_ns_get_installed(&ns) != ZX_ERR_NOT_FOUND; in check_flags()
96 ASSERT_EQ(fdio_ns_get_installed(&ns), ZX_OK); in TestFidlOpen()106 ASSERT_EQ(fdio_ns_get_installed(&ns), ZX_OK); in TestFidlOpen()
269 if ((status = fdio_ns_get_installed(&ns)) != ZX_OK) { in CreateNamespace()315 status = fdio_ns_get_installed(&ns); in main()
700 status = fdio_ns_get_installed(&ns); in bootfs_root_clone()744 r = fdio_ns_get_installed(&ns); in devmgr_vfs_init()
805 zx_status_t fdio_ns_get_installed(fdio_ns_t** ns) { in fdio_ns_get_installed() function
Completed in 18 milliseconds