Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/vfs/include/
Desp_vfs.h132 …int (*fstat_p)(void* ctx, int fd, struct stat * st); /*!< … member
/hal_espressif-2.7.6/components/spiffs/
Desp_spiffs.c357 .fstat_p = &vfs_spiffs_fstat, in esp_vfs_spiffs_register()
/hal_espressif-2.7.6/components/fatfs/vfs/
Dvfs_fat.c140 .fstat_p = &vfs_fat_fstat, in esp_vfs_fat_register()