#include <fs/tool/fs_host.h>
|
| FileSystemHost () |
|
int | chdir (const char *path) |
|
int | readlink (const char *pathname, char *buf, unsigned bufsiz) |
|
int | open (const char *pathname, bool write) |
|
int | close (int fd) |
|
int | read (int fd, void *buf, unsigned count) |
|
int | write (int fd, const void *buf, unsigned count) |
|
int | symlink (const char *target, const char *linkpath) |
|
int | mkdir (const char *pathname) |
|
FileSystemInterface::DirHandle * | opendir (const char *name) |
|
FileSystemInterface::DirEntry | readdir (FileSystemInterface::DirHandle *dirp) |
|
void | rewinddir (FileSystemInterface::DirHandle *dirp) |
|
int | closedir (FileSystemInterface::DirHandle *dirp) |
|
FileSystemInterface::FileStats | stat (const char *path, bool followSymlink=true) |
|
int | getcwd (char *buf, unsigned bufsiz) |
|
void | sync () |
|
| FileSystemInterface () |
|
virtual | ~FileSystemInterface () |
|
virtual int | link (const char *oldpath, const char *newpath) |
|
virtual int | unlink (const char *pathname) |
|
virtual int | rename (const char *oldpath, const char *newpath) |
|
virtual int | rmdir (const char *pathname) |
|
virtual int | truncate (const char *path) |
|
◆ FileSystemHost()
FileSystemHost::FileSystemHost |
( |
| ) |
|
|
inline |
◆ chdir()
int FileSystemHost::chdir |
( |
const char * |
path | ) |
|
|
virtual |
◆ readlink()
int FileSystemHost::readlink |
( |
const char * |
pathname, |
|
|
char * |
buf, |
|
|
unsigned |
bufsiz |
|
) |
| |
|
virtual |
◆ open()
int FileSystemHost::open |
( |
const char * |
pathname, |
|
|
bool |
write |
|
) |
| |
|
virtual |
◆ close()
int FileSystemHost::close |
( |
int |
fd | ) |
|
|
virtual |
◆ read()
int FileSystemHost::read |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
unsigned |
count |
|
) |
| |
|
virtual |
◆ write()
int FileSystemHost::write |
( |
int |
fd, |
|
|
const void * |
buf, |
|
|
unsigned |
count |
|
) |
| |
|
virtual |
◆ symlink()
int FileSystemHost::symlink |
( |
const char * |
target, |
|
|
const char * |
linkpath |
|
) |
| |
|
virtual |
◆ mkdir()
int FileSystemHost::mkdir |
( |
const char * |
pathname | ) |
|
|
virtual |
◆ opendir()
◆ readdir()
◆ rewinddir()
◆ closedir()
◆ stat()
◆ getcwd()
int FileSystemHost::getcwd |
( |
char * |
buf, |
|
|
unsigned |
bufsiz |
|
) |
| |
|
virtual |
◆ sync()
void FileSystemHost::sync |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: