Searched refs:FILINFO (Results 1 – 5 of 5) sorted by relevance
350 } FILINFO; typedef371 FILINFO fno;441 FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */442 FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first…443 FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */447 FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */449 FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change timestamp of a file/dir */475 void get_fileinfo (DIR* dp, FILINFO* fno);
142 Changed .fname in the FILINFO structure on Unicode cfg.
2154 FILINFO* fno /* Pointer to the file information to be filled */ in get_fileinfo()3951 FILINFO fno; in f_getcwd()4275 FILINFO* fno /* Pointer to file information to return */ in f_readdir()4311 FILINFO* fno /* Pointer to the file information structure */ in f_findnext()4336 FILINFO* fno, /* Pointer to the file information structure */ in f_findfirst()4363 FILINFO* fno /* Pointer to file information to return */ in f_stat()5082 const FILINFO* fno /* Pointer to the timestamp to be set */
12 FILINFO* fno /* Name read buffer */ in delete_node()59 FILINFO fno; in main()
135 Changed fname member in the FILINFO structure on Unicode cfg.