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

/vbox/src/VBox/Storage/
H A DVMDK.cpp1583 char *pszValueQuoted; local
1585 RTStrAPrintf(&pszValueQuoted, "\"%s\"", pszValue);
1586 if (!pszValueQuoted)
1589 pszValueQuoted);
1590 RTStrFree(pszValueQuoted);

Completed in 56 milliseconds