SimpleKernel 1.17.0
Loading...
Searching...
No Matches
read.cpp File Reference
#include "filesystem.hpp"
#include "kernel_log.hpp"
#include "kstd_cstring"
#include "spinlock.hpp"
#include "vfs_internal.hpp"
Include dependency graph for read.cpp:

Go to the source code of this file.

Namespaces

namespace  vfs
 

Functions

auto vfs::Read (File *file, void *buf, size_t count) -> Expected< size_t >
 从文件读取数据