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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileChannelImpl.c71 DWORD fileProtect = PAGE_READONLY; local
76 fileProtect = PAGE_READONLY;
79 fileProtect = PAGE_READWRITE;
82 fileProtect = PAGE_WRITECOPY;
89 fileProtect, /* Read and write */

Completed in 28 milliseconds