|
arduino-audio-tools
|
This is the complete list of members for VFS_SPFFS, including all inherited members.
| begin() | VFS_SPFFS | inlinevirtual |
| conf | VFS_SPFFS | protected |
| end() | VFS_SPFFS | inlinevirtual |
| exists(const char *path) | VFS | inline |
| exists(const std::string &path) | VFS | inline |
| expand(const char *file) | VFS | inlineprotected |
| format_if_mount_failed | VFS_SPFFS | protected |
| max_files | VFS_SPFFS | protected |
| mkdir(const char *path) | VFS | inline |
| mkdir(const std::string &path) | VFS | inline |
| mount_point | VFS | protected |
| mountPoint() | VFS | inline |
| open(const char *file, FileMode mode=VFS_FILE_READ) | VFS | inline |
| open(const std::string &path, FileMode mode=VFS_FILE_READ) | VFS | inline |
| remove(const char *path) | VFS | inline |
| remove(const std::string &path) | VFS | inline |
| rename(const char *pathFrom, const char *pathTo) | VFS | inline |
| rename(const std::string &pathFrom, const std::string &pathTo) | VFS | inline |
| rmdir(const char *path) | VFS | inline |
| rmdir(const std::string &path) | VFS | inline |
| setFormatIfMountFailed(bool format) | VFS_SPFFS | inline |
| setMaxFile(int files) | VFS_SPFFS | inline |
| setMountPoint(const char *mp) | VFS_SPFFS | inlinevirtual |
| tmp | VFS | protected |
| VFS_SPFFS(const char *mountPoint="/spiffs") | VFS_SPFFS | inline |