Searched defs:g_aPartType2DvmVolTypes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmgpt.cpp198 static const RTDVMGPTPARTTYPE2VOLTYPE g_aPartType2DvmVolTypes[] = variable
487 for (unsigned i = 0; i < RT_ELEMENTS(g_aPartType2DvmVolTypes); i++)
488 if (!RTUuidCompareStr(&pVol->pGptEntry->UuidType, g_aPartType2DvmVolTypes[i].pcszUuid))
490 enmVolType = g_aPartType2DvmVolTypes[i].enmVolType;

Completed in 34 milliseconds