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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java103 handle = CreateFile(file.getPathForWin32Calls(),
292 handle = CreateFile(file.getPathForWin32Calls(),
H A DWindowsNativeDispatcher.java40 * HANDLE CreateFile(
50 static long CreateFile(String path, method in class:WindowsNativeDispatcher
70 static long CreateFile(String path, method in class:WindowsNativeDispatcher
77 return CreateFile(path, dwDesiredAccess, dwShareMode, 0L,
H A DWindowsChannelFactory.java299 long handle = CreateFile(pathForWindows,
H A DWindowsFileAttributeViews.java85 handle = CreateFile(file.getPathForWin32Calls(),
H A DWindowsWatchService.java338 handle = CreateFile(dir.getPathForWin32Calls(),
H A DWindowsPath.java781 return CreateFile(getPathForWin32Calls(),
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp261 hPipe = ::CreateFile( pipe(), // pipe name
H A DperfMemory_windows.cpp1312 fh = CreateFile(
1350 // FILE_FLAG_DELETE_ON_CLOSE flag in CreateFile call above.
H A Dos_windows.cpp972 dumpFile = CreateFile(buffer, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
4443 hFile = CreateFile(file_name, GENERIC_READ, FILE_SHARE_READ, NULL,
4448 tty->print_cr("CreateFile() failed: GetLastError->%ld.");
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c426 h = CreateFile(path, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
H A Dio_util_md.c267 h = CreateFile(_ps, access, sharing, NULL, disposition,
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c88 * This function does not take JNIEnv* and uses CreateFile (instead of
117 return (jlong) CreateFile(
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp1546 m_hTmpFile = ::CreateFile(name, GENERIC_READ,

Completed in 80 milliseconds