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

/vbox/src/VBox/Storage/
H A DVMDK.cpp2045 const char *pszCreateType = NULL; /* initialized to make gcc shut up */ local
2047 &pszCreateType);
2050 if ( !strcmp(pszCreateType, "twoGbMaxExtentSparse")
2051 || !strcmp(pszCreateType, "twoGbMaxExtentFlat"))
2053 else if ( !strcmp(pszCreateType, "partitionedDevice")
2054 || !strcmp(pszCreateType, "fullDevice"))
2056 else if (!strcmp(pszCreateType, "streamOptimized"))
2058 else if (!strcmp(pszCreateType, "vmfs"))
2060 RTStrFree((char *)(void *)pszCreateType);

Completed in 65 milliseconds