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

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp841 const char *pszVariant = NULL; local
889 pszVariant = ValueUnion.psz;
959 if (pszVariant)
961 char *psz = (char*)pszVariant;
972 if (!RTStrNICmp(pszVariant, "standard", len))
974 else if (!RTStrNICmp(pszVariant, "fixed", len))
976 else if (!RTStrNICmp(pszVariant, "split2g", len))
978 else if (!RTStrNICmp(pszVariant, "stream", len))
980 else if (!RTStrNICmp(pszVariant, "esx", len))
1489 const char *pszVariant local
[all...]

Completed in 47 milliseconds