Home
last modified time | relevance | path

Searched defs:O_EXCL (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixConstants.java49 static final int O_EXCL = OsConstants.O_EXCL; field in UnixConstants
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java852 public static final int O_EXCL; field in OsConstants
/libcore/luni/src/main/java/android/system/
DOsConstants.java516 public static final int O_EXCL = placeholder(); field in OsConstants