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

/openjdk7/jdk/src/windows/native/java/io/
H A Ddirent_md.c55 * as a directory in FindFirstFile(). We detect this case here and
97 dirp->handle = FindFirstFile(dirp->path, &dirp->find_data);
151 dirp->handle = FindFirstFile(dirp->path, &dirp->find_data);
H A Dcanonicalize_md.c296 /* Windows 95/98/Me bug - FindFirstFile fails on network mounted drives */
318 h = FindFirstFile(path, &fd); /* Look up prefix */
371 h = FindFirstFile(pathWithCanonicalPrefix, &fd); /* Look up file */
H A DWin32FileSystem_md.c232 HANDLE h = FindFirstFile(path, &fd);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsDirectoryStream.java78 FirstFile first = FindFirstFile(search);
H A DWindowsNativeDispatcher.java165 * HANDLE FindFirstFile(
170 static FirstFile FindFirstFile(String path) throws WindowsException { method in class:WindowsNativeDispatcher
194 * HANDLE FindFirstFile(
199 static long FindFirstFile(String path, long address) throws WindowsException { method in class:WindowsNativeDispatcher
H A DWindowsFileAttributes.java324 // For sharing violations, fallback to FindFirstFile if the file
333 long handle = FindFirstFile(search, buffer.address());
336 // FindFirstFile does not follow sym links. Even if
H A DWindowsLinkSupport.java234 FirstFile fileData = FindFirstFile(WindowsPath.addPrefixIfNeeded(search));
/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c129 char *firstFile; /* Stupid FindFirstFile...FindNextFile */
137 HANDLE handle = FindFirstFile(wildcard, &find_data);
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c130 char *firstFile; /* Stupid FindFirstFile...FindNextFile */
138 HANDLE handle = FindFirstFile(wildcard, &find_data);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1039 * as a directory in FindFirstFile(). We detect this case here and
1081 dirp->handle = FindFirstFile(dirp->path, &dirp->find_data);
4117 HANDLE f = FindFirstFile(path, &fd);

Completed in 60 milliseconds