Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixConstants.java63 static final int S_IWUSR = OsConstants.S_IWUSR; field in UnixConstants
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1259 public static final int S_IWUSR; field in OsConstants
/libcore/luni/src/main/java/android/system/
DOsConstants.java796 public static final int S_IWUSR = placeholder(); field in OsConstants