Home
last modified time | relevance | path

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

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