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

/vbox/src/VBox/ValidationKit/testmanager/db/
H A Dgen-sql-comments.py33 def errorMsg(sMsg): function
55 return errorMsg('%s(%d): %s' % (self.sFilename, self.iLine, sMsg,));
205 return errorMsg("failed to open '%s' for reading" % (sInput,));
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp128 char errorMsg[1024] = "<unknown; can't get error from NSPR>"; local
130 if (PR_GetErrorTextLength() < (int) sizeof(errorMsg))
131 PR_GetErrorText(errorMsg);
133 DumpLoadError(dll, "GetFactory", errorMsg);
396 char errorMsg[1024] = "Cannot get error from nspr. Not enough memory."; local
397 if (PR_GetErrorTextLength() < (int) sizeof(errorMsg))
398 PR_GetErrorText(errorMsg);
400 DumpLoadError(dll, "SelfRegisterDll", errorMsg);
493 nsCAutoString errorMsg(aNsprErrorMsg);
499 PRInt32 offset = errorMsg
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 53 milliseconds