Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileChannelImpl.c90 int protections = 0; in FileChannelImpl_map0() local
94 protections = PROT_READ; in FileChannelImpl_map0()
97 protections = PROT_WRITE | PROT_READ; in FileChannelImpl_map0()
100 protections = PROT_WRITE | PROT_READ; in FileChannelImpl_map0()
107 protections, /* File permissions */ in FileChannelImpl_map0()