|
LittleFileSystem
|
This is the complete list of members for ntdv::LittleFileSystem, including all inherited members.
| _impl | ntdv::FileSystem | protected |
| Begin(bool formatOnFail=false, const char *basePath="/littlefs", const char *partitionLabel="spiffs") | ntdv::LittleFileSystem | |
| CreateDirectory(const char *path) const | ntdv::FileSystem | |
| CreateDirectory(const String &path) const | ntdv::FileSystem | |
| End() const | ntdv::LittleFileSystem | |
| Exists(const char *path) const | ntdv::FileSystem | |
| Exists(const String &path) const | ntdv::FileSystem | |
| FileSystem(FileSystemPtr impl) | ntdv::FileSystem | inline |
| Format() const | ntdv::LittleFileSystem | |
| LittleFileSystem() | ntdv::LittleFileSystem | |
| Mountpoint() const | ntdv::FileSystem | |
| Open(const char *path, const char *mode=FILE_READ, bool create=false) const | ntdv::FileSystem | |
| Open(const String &path, const char *mode=FILE_READ, bool create=false) const | ntdv::FileSystem | |
| Remove(const char *path) const | ntdv::FileSystem | |
| Remove(const String &path) const | ntdv::FileSystem | |
| RemoveDirectory(const char *path) const | ntdv::FileSystem | |
| RemoveDirectory(const String &path) const | ntdv::FileSystem | |
| Rename(const char *pathFrom, const char *pathTo) const | ntdv::FileSystem | |
| Rename(const String &pathFrom, const String &pathTo) const | ntdv::FileSystem | |
| TotalBytes() const | ntdv::LittleFileSystem | |
| UsedBytes() const | ntdv::LittleFileSystem | |
| ~LittleFileSystem() | ntdv::LittleFileSystem |