Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h125 extern const char* VolumeStr[FF_VOLUMES]; /* User defied volume ID */
/fatfs-2.7.6/
Dff.c477 static const char* const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */ variable
3116 sp = VolumeStr[i]; tp = *path; /* This string volume ID and path name */
3136 tt = tp; sp = VolumeStr[i]; /* Path name and this string volume ID */
4329 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;