Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.h249 } FILINFO; typedef
292 FRESULT f_readdir (FF_DIR* dp, FILINFO* fno); /* Read a directory item */
293 FRESULT f_findfirst (FF_DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find fi…
294 FRESULT f_findnext (FF_DIR* dp, FILINFO* fno); /* Find next file */
298 FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */
300 FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change timestamp of a file/dir */
Dff.c2119 FILINFO* fno /* Buffer to store the extracted file information */
2647 FILINFO* fno /* Pointer to the file information to be filled */
4171 FILINFO fno;
4513 FILINFO* fno /* Pointer to file information to return */
4549 FILINFO* fno /* Pointer to the file information structure */
4574 FILINFO* fno, /* Pointer to the file information structure */
4601 FILINFO* fno /* Pointer to file information to return */
5110 const FILINFO* fno /* Pointer to the timestamp to be set */
D00history.txt142 Changed .fname in the FILINFO structure on Unicode cfg.
/hal_espressif-3.4.0/components/fatfs/vfs/
Dvfs_fat.c43 FILINFO filinfo;
586 FILINFO info; in vfs_fat_stat()
856 FILINFO info; in vfs_fat_access()
965 FILINFO filinfo_time; in vfs_fat_utime()