Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
FatFsStorageManager Member List

This is the complete list of members for FatFsStorageManager, including all inherited members.

appendToFile(const std::string &path, const uint8_t *data, size_t size) overrideFatFsStorageManagervirtual
createDirectory(const std::string &path) overrideFatFsStorageManagervirtual
ensureMounted()FatFsStorageManagerprivate
exists(const std::string &path) overrideFatFsStorageManagervirtual
FatFsStorageManager()FatFsStorageManager
formatStorage() overrideFatFsStorageManagervirtual
getFileSize(const std::string &path) overrideFatFsStorageManagervirtual
isMounted() const overrideFatFsStorageManagervirtual
listDirectory(const std::string &path, std::vector< FileInfo > &out) overrideFatFsStorageManagervirtual
mount() overrideFatFsStorageManagervirtual
mountedFatFsStorageManagerprivate
mountPointFatFsStorageManagerprivate
mutexFatFsStorageManagerprivate
openReader(const std::string &path) overrideFatFsStorageManagervirtual
probeMountPoint()FatFsStorageManagerprivate
readFile(const std::string &path, std::vector< uint8_t > &buffer) overrideFatFsStorageManagervirtual
readFileString(const std::string &path, uint32_t startPosition, uint32_t length, std::string &buffer)FatFsStorageManagervirtual
refreshMountState()FatFsStorageManagerprivate
remove(const std::string &path) overrideFatFsStorageManagervirtual
removeDirectory(const std::string &path) overrideFatFsStorageManagervirtual
rename(const std::string &from, const std::string &to) overrideFatFsStorageManagervirtual
resolvePath(const std::string &path) constFatFsStorageManagerprivate
streamFile(const std::string &path, std::function< void(const uint8_t *, size_t)> chunkCallback) overrideFatFsStorageManagervirtual
unmount() overrideFatFsStorageManagervirtual
writeFile(const std::string &path, const std::vector< uint8_t > &data) overrideFatFsStorageManagervirtual
writeFile(const std::string &path, const unsigned char *data, size_t size) overrideFatFsStorageManagervirtual
~StorageManager()=defaultStorageManagervirtual