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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java40 public static final int GENERIC_WRITE = 0x40000000; field in class:WindowsConstants
H A DWindowsChannelFactory.java233 dwDesiredAccess |= GENERIC_WRITE;
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c229 (flags & O_WRONLY) ? GENERIC_WRITE :
230 (flags & O_RDWR) ? (GENERIC_READ | GENERIC_WRITE) :
H A DWin32FileSystem_md.c426 h = CreateFile(path, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
H A DWinNTFileSystem_md.c550 GENERIC_READ | GENERIC_WRITE, /* Read and write permission */
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp262 GENERIC_WRITE, // write only
H A DperfMemory_windows.cpp1315 GENERIC_READ|GENERIC_WRITE, /* DWORD desired access */
H A Dos_windows.cpp972 dumpFile = CreateFile(buffer, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c97 (flags & O_RDWR) ? (GENERIC_WRITE | GENERIC_READ) :
98 (flags & O_WRONLY) ? GENERIC_WRITE :

Completed in 68 milliseconds