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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c1666 char *searchpath = NULL; local
1667 if ((searchpath = (char *)malloc(strlen(path) + 5)) != NULL)
1671 strcpy(searchpath, path);
1672 strcat(searchpath, FILE_SEPARATOR "*.*");
1673 if ((filehandle = _findfirst(searchpath, &filefound)) >= 0)
1689 free(searchpath);
1690 searchpath = NULL;

Completed in 14 milliseconds