Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ Ext2LoadAllDiskPartitions
Function
Ext2LoadAllDiskPartitions
Ext2Mgr/enumDisk.cpp:3361–3367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3359
3360
3361
VOID
3362
Ext2LoadAllDiskPartitions()
3363
{
3364
for (ULONG i=0; i < g_nDisks; i++) {
3365
Ext2LoadDiskPartitions(&gDisks[i]);
3366
}
3367
}
3368
3369
VOID
3370
Ext2MountingVolumes()
Callers
2
OnInitDialog
Method · 0.85
OnRefresh
Method · 0.85
Calls
1
Ext2LoadDiskPartitions
Function · 0.85
Tested by
no test coverage detected