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

Function Ext2CleanupDrvLetters

Ext2Mgr/enumDisk.cpp:4221–4233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4219}
4220
4221VOID
4222Ext2CleanupDrvLetters()
4223{
4224 int i = 0;
4225
4226 for (i=0; i < 10; i++) {
4227 Ext2CleanDrvLetter(&drvDigits[i]);
4228 }
4229
4230 for (i=0; i < 26; i++) {
4231 Ext2CleanDrvLetter(&drvLetters[i]);
4232 }
4233}
4234
4235VOID
4236Ext2DrvNotify(UCHAR drive, int mount)

Callers 2

OnDestroyMethod · 0.85
OnRefreshMethod · 0.85

Calls 1

Ext2CleanDrvLetterFunction · 0.85

Tested by

no test coverage detected