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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java39 public static final int GENERIC_READ = 0x80000000; field in class:WindowsConstants
H A DWindowsUserDefinedFileAttributeView.java104 GENERIC_READ,
293 GENERIC_READ,
H A DWindowsChannelFactory.java231 dwDesiredAccess |= GENERIC_READ;
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c230 (flags & O_RDWR) ? (GENERIC_READ | GENERIC_WRITE) :
231 GENERIC_READ;
H A DWinNTFileSystem_md.c550 GENERIC_READ | GENERIC_WRITE, /* Read and write permission */
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1172 DWORD emask = GENERIC_READ | FILE_LIST_DIRECTORY | FILE_TRAVERSE;
1315 GENERIC_READ|GENERIC_WRITE, /* DWORD desired access */
H A Dos_windows.cpp4443 hFile = CreateFile(file_name, GENERIC_READ, FILE_SHARE_READ, NULL,
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c97 (flags & O_RDWR) ? (GENERIC_WRITE | GENERIC_READ) :
99 GENERIC_READ;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp1546 m_hTmpFile = ::CreateFile(name, GENERIC_READ,

Completed in 70 milliseconds