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

Function Ext2ProcessExt2Volumes

Ext2Mgr/enumDisk.cpp:3242–3254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3240}
3241
3242BOOL Ext2ProcessExt2Volumes()
3243{
3244 PEXT2_VOLUME volume = gVols;
3245 BOOL rc = FALSE;
3246
3247 while (volume) {
3248 if (Ext2ProcessExt2Property(volume)) {
3249 rc = TRUE;
3250 }
3251 volume = volume->Next;
3252 }
3253 return rc;
3254}
3255
3256BOOL
3257Ext2IsPartitionExtent(

Callers 2

OnInitDialogMethod · 0.85
OnRefreshMethod · 0.85

Calls 1

Ext2ProcessExt2PropertyFunction · 0.85

Tested by

no test coverage detected