Searched refs:grePath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java72 * File grePath = Mozilla.getGREPathWithProperties(range, null);
73 * mozilla.initialize(grePath);
76 * LocationProvider locProvider = new LocationProvider(grePath, profileDir);
77 * mozilla.initEmbedding(grePath, grePath, locProvider);
136 File grePath = null;
142 grePath = new File(env).getCanonicalFile();
146 if (!grePath.exists()) {
149 return grePath;
167 grePath
[all...]
/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 60 milliseconds