Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h259 } FILINFO; typedef
314 FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */
315 FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first…
316 FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */
320 FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */
322 FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change timestamp of a file/dir */
/fatfs-2.7.6/
Dff.c2588 FILINFO* fno /* Pointer to the file information to be filled */
4284 FILINFO fno;
4629 FILINFO* fno /* Pointer to file information to return */
4665 FILINFO* fno /* Pointer to the file information structure */
4690 FILINFO* fno, /* Pointer to the file information structure */
4717 FILINFO* fno /* Pointer to file information to return */
5229 const FILINFO* fno /* Pointer to the timestamp to be set */