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