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

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp580 const char* grePath = GRE_GetGREPath(); local
582 if (!grePath) {
583 grePath = PR_GetEnv("VBOX_XPCOM_HOME");
584 if (!grePath || !*grePath) {
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 DnsXPCOMGlue.cpp429 const char* grePath = GRE_GetGREPath(); local
431 if (!grePath)
453 if (strlen(grePath) + strlen(path) +
456 grePath,
463 grePath,
475 if (grePath) {
476 SetCurrentDirectory(grePath);

Completed in 570 milliseconds