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

/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp152 char *pszContext2; local
155 RTStrAPrintfV(&pszContext2, pcszContext, args);
157 RTStrAPrintf(&newMsg, "%s: %d(%s)", pszContext2, aRC, RTErrGetShort(aRC));
160 RTStrFree(pszContext2);

Completed in 50 milliseconds