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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dsetup.h67 static char *bundledJREPath = NULL; variable
75 if (!bundledJREPath)
87 if ((bundledJREPath = GetJREPath(jrepath)) == NULL)
106 bundledJREPath = GetJREPath(jrepath);
116 return bundledJREPath;
H A Duninstall.h106 static char *bundledJREPath = NULL; variable
114 if (!bundledJREPath)
122 bundledJREPath = GetJREPath(jrepath);
127 return bundledJREPath;

Completed in 901 milliseconds