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

/vbox/src/VBox/Main/glue/
H A Derrorprint.cpp82 void GluePrintErrorContext(const char *pcszContext, const char *pcszSourceFile, uint32_t ulLine) argument
84 // pcszSourceFile comes from __FILE__ macro, which always contains the full path,
86 Utf8Str strFilename(RTPathFilename(pcszSourceFile));
107 const char *pcszSourceFile,
134 GluePrintErrorContext(pcszContext, pcszSourceFile, ulLine);
140 const char *pcszSourceFile,
150 pcszSourceFile,
158 const char *pcszSourceFile,
167 pcszSourceFile,
104 glueHandleComErrorInternal(com::ErrorInfo &info, const char *pcszContext, HRESULT rc, const char *pcszSourceFile, uint32_t ulLine) argument
137 GlueHandleComError(ComPtr<IUnknown> iface, const char *pcszContext, HRESULT rc, const char *pcszSourceFile, uint32_t ulLine) argument
155 GlueHandleComErrorProgress(ComPtr<IProgress> progress, const char *pcszContext, HRESULT rc, const char *pcszSourceFile, uint32_t ulLine) argument
/vbox/include/VBox/com/
H A Derrorprint.h41 void GluePrintErrorContext(const char *pcszContext, const char *pcszSourceFile, uint32_t ulLine);
46 const char *pcszSourceFile,
51 const char *pcszSourceFile,

Completed in 43 milliseconds