Searched refs:xpcomLib (Results 1 - 3 of 3) 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/java/src/org/mozilla/xpcom/
H A DMozilla.java239 File xpcomLib = new File(xulDir, "libxpcom.dylib");
240 if (xpcomLib.canRead()) {
241 File grePath = xpcomLib.getCanonicalFile().getParentFile();
274 File xpcomLib = new File(files[i], "libxpcom.dylib");
279 if (xpcomLib.canRead() && jar.canRead()) {
441 File xpcomLib = new File(grePath, "xpcom.dll");
442 if (xpcomLib.canRead()) {
557 File xpcomLib = new File(grePath, "libxpcom.so");
558 if (xpcomLib.canRead()) {
/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 46 milliseconds