Home
last modified time | relevance | path

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

/reactos/boot/freeldr/install/
H A Dinstall.c35 BOOL InstallBootSector(LPCTSTR lpszVolumeType);
133 BOOL InstallBootSector(LPCTSTR lpszVolumeType) in InstallBootSector() argument
145 if (_tcsicmp(lpszVolumeType, _T("fat")) == 0) in InstallBootSector()
160 else if (_tcsicmp(lpszVolumeType, _T("fat32")) == 0) in InstallBootSector()
186 _tprintf(_T("File system type %s unknown.\n"), lpszVolumeType); in InstallBootSector()
190 _tprintf(_T("%s boot sector installed.\n"), lpszVolumeType); in InstallBootSector()