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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp590 static RTEXITCODE vbcppError(PVBCPP pThis, const char *pszMsg, ...) function
683 return vbcppError(pStrBuf->pThis, "out of memory (%zu bytes)", cbNew);
1040 return vbcppError(pThis, "Output error: %Rrc", rc);
1057 return vbcppError(pThis, "Output error: %Rrc", rc);
1068 AssertRCReturn(rc, vbcppError(pThis, "Input seek error: %Rrc", rc));
1079 return vbcppError(pThis, "Output error: %Rrc", rc);
1088 return vbcppError(pThis, "Input error: %Rrc", rc);
1091 return vbcppError(pThis, "Output error: %Rrc", rc);
1184 return vbcppError(pThis, "unterminated multi-line comment");
1224 rcExit = vbcppError(pThi
[all...]

Completed in 55 milliseconds