Searched refs:DIR (Results 1 – 2 of 2) sorted by relevance
/fatfs-2.7.6/include/ |
D | ff.h | 242 } DIR; typedef 312 FRESULT f_opendir (DIR* dp, const TCHAR* path); /* Open a directory */ 313 FRESULT f_closedir (DIR* dp); /* Close an open directory */ 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 */
|
/fatfs-2.7.6/ |
D | ff.c | 918 DIR* dp, /* Directory object pointing the file to be checked */ in chk_lock() 954 DIR* dp, /* Directory object pointing the file to register or increment */ in inc_lock() 1667 DIR* dp, /* Pointer to directory object */ in dir_sdi() 1715 DIR* dp, /* Pointer to the directory object */ in dir_next() 1776 DIR* dp, /* Pointer to the directory object */ 2100 DIR* dp /* Reading direcotry object pointing top of the entry block to load */ 2169 DIR* dp, /* Blank directory object to be used to access containing direcotry */ 2198 DIR* dp /* Pointer to the direcotry object */ 2276 DIR* dp, /* Pointer to the directory object */ 2354 DIR* dp /* Pointer to the directory object with the file name */ [all …]
|