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

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

Completed in 487 milliseconds