#include <esp_filesystem.h>
Definition at line 64 of file esp_filesystem.h.
◆ ESP_FileSystem()
ESP_FileSystem::ESP_FileSystem |
( |
| ) |
|
◆ ~ESP_FileSystem()
ESP_FileSystem::~ESP_FileSystem |
( |
| ) |
|
◆ begin()
static bool ESP_FileSystem::begin |
( |
| ) |
|
|
static |
◆ closeAll()
static void ESP_FileSystem::closeAll |
( |
| ) |
|
|
static |
◆ end()
static void ESP_FileSystem::end |
( |
| ) |
|
|
static |
◆ exists()
static bool ESP_FileSystem::exists |
( |
const char * |
path | ) |
|
|
static |
◆ FilesystemName()
static const char* ESP_FileSystem::FilesystemName |
( |
| ) |
|
|
static |
◆ format()
static bool ESP_FileSystem::format |
( |
| ) |
|
|
static |
◆ formatBytes()
String & ESP_FileSystem::formatBytes |
( |
uint64_t |
bytes | ) |
|
|
static |
◆ freeBytes()
static size_t ESP_FileSystem::freeBytes |
( |
| ) |
|
|
static |
◆ max_update_size()
size_t ESP_FileSystem::max_update_size |
( |
| ) |
|
|
static |
◆ mkdir()
static bool ESP_FileSystem::mkdir |
( |
const char * |
path | ) |
|
|
static |
◆ open()
◆ remove()
static bool ESP_FileSystem::remove |
( |
const char * |
path | ) |
|
|
static |
◆ rename()
static bool ESP_FileSystem::rename |
( |
const char * |
oldpath, |
|
|
const char * |
newpath |
|
) |
| |
|
static |
◆ rmdir()
static bool ESP_FileSystem::rmdir |
( |
const char * |
path | ) |
|
|
static |
◆ started()
static bool ESP_FileSystem::started |
( |
| ) |
|
|
inlinestatic |
◆ totalBytes()
static size_t ESP_FileSystem::totalBytes |
( |
| ) |
|
|
static |
◆ usedBytes()
static size_t ESP_FileSystem::usedBytes |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: