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

/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c129 char *firstFile; /* Stupid FindFirstFile...FindNextFile */ member in struct:WildcardIterator_
141 it->firstFile = find_data.cFileName;
149 if (it->firstFile != NULL) {
150 char *firstFile = it->firstFile; local
151 it->firstFile = NULL;
152 return firstFile;
163 JLI_MemFree(it->firstFile);
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c130 char *firstFile; /* Stupid FindFirstFile...FindNextFile */ member in struct:WildcardIterator_
142 it->firstFile = find_data.cFileName;
149 if (it->firstFile != NULL) {
150 char *firstFile = it->firstFile; local
151 it->firstFile = NULL;
152 return firstFile;
163 JLI_MemFree(it->firstFile);

Completed in 31 milliseconds