MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2GetFirstAvailableDrvLetter

Function Ext2GetFirstAvailableDrvLetter

Ext2Mgr/enumDisk.cpp:4923–4933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4921
4922
4923CHAR Ext2GetFirstAvailableDrvLetter()
4924{
4925 int i;
4926
4927 for (i = 2; i < 24; i++) {
4928 if (Ext2IsDrvLetterAvailable('A' + i))
4929 return ('A' + i);
4930 }
4931
4932 return 0;
4933}
4934
4935
4936BOOL

Callers 1

Ext2NotifyVolumePointFunction · 0.85

Calls 1

Ext2IsDrvLetterAvailableFunction · 0.85

Tested by

no test coverage detected