Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileChannelImpl.c97 protections = PROT_WRITE | PROT_READ; in FileChannelImpl_map0()
100 protections = PROT_WRITE | PROT_READ; in FileChannelImpl_map0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java555 public static final int PROT_WRITE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp447 initConstant(env, c, "PROT_WRITE", PROT_WRITE); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt423 field public static final int PROT_WRITE;