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

/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcCommandModule.cpp276 ipcMessage *newMsg = new ipcmMessageForward(IPCM_MSG_PSH_FORWARD, local
281 IPC_SendMsg(dest, newMsg);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp156 char *newMsg; local
157 RTStrAPrintf(&newMsg, "%s: %d(%s)", pszContext2, aRC, RTErrGetShort(aRC));
158 setWhat(newMsg);
159 RTStrFree(newMsg);

Completed in 87 milliseconds