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

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.h44 * shared library indicated by xpcomFile.
48 nsresult XPCOMGlueStartup(const char* xpcomFile);
H A DnsXPCOMGlue.cpp66 nsresult XPCOMGlueStartup(const char* xpcomFile) argument
78 // if xpcomFile == ".", then we assume xpcom is already loaded, and we'll
83 // if xpcomFile == NULL, then we try to load xpcom by name w/o a fully
87 if (xpcomFile && (xpcomFile[0] == '.' && xpcomFile[1] == '\0')) {
93 xpcomFile = nsnull;
110 if (!xpcomFile)
113 libSpec.value.pathname = xpcomFile;

Completed in 42 milliseconds