Searched refs:vfs_spiffs_stat (Results 1 – 1 of 1) sorted by relevance
76 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