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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c1480 const char *bundledlibpath = jrepath; local
1558 newpath = (char *)MemAlloc(strlen("PATH=") + (bundledlibpath ? strlen(bundledlibpath) + 1 : 0) + (oldpath ? strlen(oldpath) + 1 : 0) + 10);
1560 if (bundledlibpath)
1562 strcat(newpath, bundledlibpath);

Completed in 129 milliseconds