Home
last modified time | relevance | path

Searched refs:vfs_spiffs_stat (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/spiffs/
Desp_spiffs.c76 static int vfs_spiffs_stat(void* ctx, const char * path, struct stat * st);
361 .stat_p = &vfs_spiffs_stat, in esp_vfs_spiffs_register()
561 static int vfs_spiffs_stat(void* ctx, const char * path, struct stat * st) in vfs_spiffs_stat() function