ESP8266
SPIFFSImpl Member List

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

_blockSizeSPIFFSImplprotected
_cacheBufSPIFFSImplprotected
_check_cb(spiffs_check_type type, spiffs_check_report report, uint32_t arg1, uint32_t arg2)SPIFFSImplprotectedstatic
_fdsBufSPIFFSImplprotected
_fsSPIFFSImplprotected
_maxOpenFdsSPIFFSImplprotected
_pageSizeSPIFFSImplprotected
_sizeSPIFFSImplprotected
_startSPIFFSImplprotected
_tryMount()SPIFFSImplprotected
_workBufSPIFFSImplprotected
begin() overrideSPIFFSImplvirtual
exists(const char *path) overrideSPIFFSImplvirtual
format() overrideSPIFFSImplvirtual
getFs()SPIFFSImplprotected
info(FSInfo &info) overrideSPIFFSImplvirtual
open(const char *path, OpenMode openMode, AccessMode accessMode) overrideSPIFFSImplvirtual
openDir(const char *path) overrideSPIFFSImplvirtual
remove(const char *path) overrideSPIFFSImplvirtual
rename(const char *pathFrom, const char *pathTo) overrideSPIFFSImplvirtual
SPIFFSImpl(uint32_t start, uint32_t size, uint32_t pageSize, uint32_t blockSize, uint32_t maxOpenFds)SPIFFSImpl