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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileChannelImpl.c70 DWORD mapAccess = FILE_MAP_READ; local
77 mapAccess = FILE_MAP_READ;
80 mapAccess = FILE_MAP_WRITE;
83 mapAccess = FILE_MAP_COPY;
101 mapAccess, /* Read and write access */

Completed in 31 milliseconds