Searched refs:XPCOM_DLL (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | nsXPCOMPrivate.h | 170 * XPCOM_DLL - name of the loadable xpcom library on disk. 177 #define XPCOM_DLL XPCOM_DLL_BASE MOZ_DLL_SUFFIX macro 185 #ifndef XPCOM_DLL 186 #define XPCOM_DLL "xpcom"MOZ_DLL_SUFFIX macro 194 #ifndef XPCOM_DLL 195 #define XPCOM_DLL "libxpcom"MOZ_DLL_SUFFIX macro 200 #ifndef XPCOM_DLL 201 #define XPCOM_DLL "libxpcom"MOZ_DLL_SUFFIX macro
|
H A D | nsXPComInit.cpp | 601 xpcomLib->AppendNative(nsDependentCString(XPCOM_DLL));
|
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/ |
H A D | nsGREDirServiceProvider.cpp | 364 strcpy(buffer + pathlen, XPCOM_FILE_PATH_SEPARATOR XPCOM_DLL); 590 snprintf(sXPCOMPath, sizeof(sXPCOMPath), "%s" XPCOM_FILE_PATH_SEPARATOR XPCOM_DLL, grePath); 592 sprintf(sXPCOMPath, "%s" XPCOM_FILE_PATH_SEPARATOR XPCOM_DLL, grePath);
|
H A D | nsXPCOMGlue.cpp | 91 // The symbol was not found, so failover to loading XPCOM_DLL, 96 char *libPath = PR_GetLibraryFilePathname(XPCOM_DLL, (PRFuncPtr) function); 111 libSpec.value.pathname = XPCOM_DLL;
|
/vbox/src/libs/xpcom18a4/xpcom/tools/registry/ |
H A D | regxpcom.cpp | 44 #include "nsXPCOMPrivate.h" // for XPCOM_DLL defines. 116 char* xpcomPath = (char*) malloc(len + sizeof(XPCOM_DLL) + sizeof(XPCOM_FILE_PATH_SEPARATOR) + 1); 117 sprintf(xpcomPath, "%s" XPCOM_FILE_PATH_SEPARATOR XPCOM_DLL, gXPCOMLocation);
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaXPCOMGlue.cpp | 38 #include "nsXPCOMPrivate.h" // for XPCOM_DLL defines. 248 char* xpcomPath = (char*) malloc(len + sizeof(XPCOM_DLL) + 252 sprintf(xpcomPath, "%s" XPCOM_FILE_PATH_SEPARATOR XPCOM_DLL, path);
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsDebugImpl.cpp | 230 if(GetModuleFileName(GetModuleHandle(XPCOM_DLL), executable, MAX_PATH) &&
|
Completed in 69 milliseconds