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

/vbox/src/libs/xpcom18a4/xpcom/tools/registry/
H A Dregxpcom.cpp116 char* xpcomPath = (char*) malloc(len + sizeof(XPCOM_DLL) + sizeof(XPCOM_FILE_PATH_SEPARATOR) + 1); local
117 sprintf(xpcomPath, "%s" XPCOM_FILE_PATH_SEPARATOR XPCOM_DLL, gXPCOMLocation);
119 rv = XPCOMGlueStartup(xpcomPath);
121 free(xpcomPath);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMGlue.cpp248 char* xpcomPath = (char*) malloc(len + sizeof(XPCOM_DLL) + local
250 if (!xpcomPath)
252 sprintf(xpcomPath, "%s" XPCOM_FILE_PATH_SEPARATOR XPCOM_DLL, path);
254 nsresult rv = XPCOMGlueStartup(xpcomPath);
255 free(xpcomPath);

Completed in 546 milliseconds