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

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp62 static PRLibrary *xpcomLib; variable
89 PR_FindSymbolAndLibrary("NS_GetFrozenFunctions", &xpcomLib);
115 xpcomLib = PR_LoadLibraryWithFlags(libSpec, PR_LD_LAZY|PR_LD_GLOBAL);
118 if (!xpcomLib) {
124 xpcomLib = PR_LoadLibraryWithFlags(libSpec, PR_LD_LAZY|PR_LD_GLOBAL);
128 if (!xpcomLib)
131 function = (GetFrozenFunctionsFunc) PR_FindSymbol(xpcomLib, "NS_GetFrozenFunctions");
157 PR_UnloadLibrary(xpcomLib);
158 xpcomLib = nsnull;
175 if (xpcomLib) {
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp582 nsCOMPtr<nsIFile> xpcomLib; local
591 binDirectory->Clone(getter_AddRefs(xpcomLib));
597 getter_AddRefs(xpcomLib));
600 if (xpcomLib) {
601 xpcomLib->AppendNative(nsDependentCString(XPCOM_DLL));
602 gDirectoryService->Set(NS_XPCOM_LIBRARY_FILE, xpcomLib);
983 functions->_tag = (_decl) PR_FindSymbol(xpcomLib, _name); \
995 PRLibrary *xpcomLib = PR_LoadLibrary(libraryPath);
996 if (!xpcomLib)
1077 PR_UnloadLibrary(xpcomLib); // th
[all...]

Completed in 34 milliseconds