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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileChannelImpl.c80 int protections = 0; local
84 protections = PROT_READ;
87 protections = PROT_WRITE | PROT_READ;
90 protections = PROT_WRITE | PROT_READ;
97 protections, /* File permissions */

Completed in 72 milliseconds