Helpers.h File Reference
#include "FileSystem.h"
Include dependency graph for Helpers.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
IFS | |
Functions | |
FileSystem * | IFS::createFirmwareFilesystem (Storage::Partition partition) |
Create a firmware filesystem. More... | |
FileSystem * | IFS::createHybridFilesystem (Storage::Partition fwfsPartition, IFileSystem *flashFileSystem) |
Create a hybrid filesystem. More... | |
FileSystem * | IFS::mountArchive (FileSystem &fs, const String &filename) |
Mount an FWFS archive. More... | |