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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c1669 struct _finddata_t filefound; local
1673 if ((filehandle = _findfirst(searchpath, &filefound)) >= 0)
1677 if ((entrypath = (char *)malloc(strlen(path) + strlen(filefound.name) + 2)) != NULL)
1681 strcat(entrypath, filefound.name);
1686 } while (_findnext(filehandle, &filefound) == 0);

Completed in 48 milliseconds