Expand description
Structs§
- Dir
- RAII directory handle.
- DirEntry
- A directory entry returned by
Dir::read_entry. - File
- RAII file handle.
Constants§
- O_
APPEND - Open flag: all writes append to the end of the file.
- O_
CREATE - Open flag: create the file if it does not exist.
- O_READ
- Open flag: open file for reading.
- O_WRITE
- Open flag: open file for writing.
Functions§
- mount
- Mount a filesystem.