Home
last modified time | relevance | path

Searched refs:FF_STR_VOLUME_ID (Results 1 – 3 of 3) sorted by relevance

/fatfs-latest/include/
Dffconf.h173 #define FF_STR_VOLUME_ID 0 macro
Dff.h123 #if FF_STR_VOLUME_ID
/fatfs-latest/
Dff.c480 #if FF_STR_VOLUME_ID
3084 …if (!IsSeparator(*path) && (FF_STR_VOLUME_ID != 2 || !IsTerminator(*path))) { /* Without heading s…
3168 #if FF_STR_VOLUME_ID /* Find string volume ID */
3184 #if FF_STR_VOLUME_ID == 1 /* Arbitrary string volume ID is enabled */
3201 #if FF_STR_VOLUME_ID == 2 /* Unix style volume ID is enabled */
4288 #if FF_STR_VOLUME_ID == 2
4333 #if FF_STR_VOLUME_ID == 2 /* Also current drive is changed if in Unix style volume ID */
4359 #if FF_STR_VOLUME_ID
4407 #if FF_STR_VOLUME_ID >= 1 /* String volume ID */
4410 if (FF_STR_VOLUME_ID == 2) *tp++ = (TCHAR)'/';
[all …]