Searched refs:papExtension (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp73 PCVDFILEEXTENSION papExtension = aVDInfo->paFileExtensions; local
74 while (papExtension->pszExtension != NULL)
78 unconst(m.maFileExtensions).push_back(papExtension->pszExtension);
80 switch(papExtension->enmType)
92 AssertMsgFailed(("Invalid enm type %d!\n", papExtension->enmType));
97 ++papExtension;

Completed in 135 milliseconds