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

Function PartitionString

Ext2Mgr/enumDisk.cpp:240–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238};
239
240char *PartitionString(int type)
241{
242 PARTITION_LIST *p = PartitionList;
243
244 while ( p->PartitionType != -1 ) {
245 if ( type == p->PartitionType ) {
246 return p->type;
247 }
248 p++;
249 }
250 return p->type;
251}
252
253char *DriveTypeString(UINT media)
254{

Callers 5

Ext2PartInformationFunction · 0.85
Ext2RefreshDVPTFunction · 0.85
SetPartitionMethod · 0.85
OnOKMethod · 0.85
OnInitDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected