Home
last modified time | relevance | path

Searched defs:O_RDONLY (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DInheritedChannel.java47 private static final int O_RDONLY = 0; field in InheritedChannel
/libcore/luni/src/main/java/android/system/
DOsConstants.java354 public static final int O_RDONLY = placeholder(); field in OsConstants