Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h327 FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */
328 FRESULT f_setlabel (const TCHAR* label); /* Set volume label */
/fatfs-2.7.6/
Dff.c5276 TCHAR* label, /* Buffer to store the volume label */ argument
5290 if (res == FR_OK && label) {
5306 nw = put_utf((DWORD)hs << 16 | wc, &label[di], 4); /* Store it in API encoding */
5312 label[di] = 0;
5323 di += put_utf(wc, &label[di], 4); /* Store it in Unicode */
5325 label[di++] = (TCHAR)wc;
5329 label[di] = 0;
5331 } while (label[--di] == ' ');
5336 label[0] = 0;
5372 const TCHAR* label /* Volume label to set with heading logical drive number */ argument
[all …]