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

/vbox/src/VBox/Main/glue/
H A Dcom.cpp415 char *pszNewMsg; local
418 RTStrAPrintfV(&pszNewMsg, pcszFormat, args);
419 LogDJ((pszNewMsg));
420 RTStrFree(pszNewMsg);
/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp1053 char *pszNewMsg; local
1056 RTStrAPrintfV(&pszNewMsg, aFormat, args);
1057 setWhat(pszNewMsg);
1058 RTStrFree(pszNewMsg);

Completed in 79 milliseconds