Searched refs:vol_label (Results 1 – 1 of 1) sorted by relevance
1143 char vol_label[12]; in file_fat_detectfs() local1191 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()1192 vol_label[11] = '\0'; in file_fat_detectfs()1195 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
Completed in 5 milliseconds