Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.h73 extern const char* VolumeStr[FF_VOLUMES]; /* User defied volume ID */
Dff.c451 static const char* const VolumeStr[FF_VOLUMES] = {FF_VOLUME_STRS}; /* Pre-defined volume ID */ variable
3138 sp = VolumeStr[i]; tp = *path; /* This string volume ID and path name */
3157 sp = VolumeStr[i]; tp = *path; /* This string volume ID and path name */
4216 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;