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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava.c1613 char *outpath = NULL; local
1624 outpath = (char *)MemAlloc(MAXPATHLEN);
1635 free(outpath);
1636 outpath = (char *)MemAlloc(len);
1644 sprintf(outpath, "%s/%s", outputDir, zipEntry->name);
1645 s = outpath + outdirlen;
1649 if (stat(outpath, &sb) == 0 && (sb.st_mode & S_IFDIR) != S_IFDIR)
1650 unlink(outpath);
1652 CreateDirectory(outpath, NULL);
1654 mkdir(outpath, S_IRWX
[all...]

Completed in 12 milliseconds