Home
last modified time | relevance | path

Searched refs:ServeConnection (Results 1 – 5 of 5) sorted by relevance

/system/ulib/fs/
A Dvnode.cpp21 return vfs->ServeConnection(fbl::make_unique<Connection>( in Serve()
A Dvfs.cpp399 zx_status_t Vfs::ServeConnection(fbl::unique_ptr<Connection> connection) { in ServeConnection() function in fs::Vfs
/system/core/bootsvc/
A Dbootfs-service.cpp65 status = vfs_.ServeConnection(std::move(conn)); in CreateRootConnection()
/system/ulib/fs/include/fs/
A Dvfs.h161 zx_status_t ServeConnection(fbl::unique_ptr<Connection> connection) FS_TA_EXCLUDES(vfs_lock_);
/system/ulib/minfs/
A Dvnode.cpp1148 return vfs->ServeConnection(fbl::make_unique<MinfsConnection>( in Serve()

Completed in 17 milliseconds