Searched refs:ServeConnection (Results 1 – 5 of 5) sorted by relevance
21 return vfs->ServeConnection(fbl::make_unique<Connection>( in Serve()
399 zx_status_t Vfs::ServeConnection(fbl::unique_ptr<Connection> connection) { in ServeConnection() function in fs::Vfs
65 status = vfs_.ServeConnection(std::move(conn)); in CreateRootConnection()
161 zx_status_t ServeConnection(fbl::unique_ptr<Connection> connection) FS_TA_EXCLUDES(vfs_lock_);
1148 return vfs->ServeConnection(fbl::make_unique<MinfsConnection>( in Serve()
Completed in 17 milliseconds