Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileModeAttribute.java35 UnixConstants.S_IROTH | UnixConstants.S_IWOTH | UnixConstants. S_IXOTH;
40 UnixConstants.S_IROTH | UnixConstants.S_IWOTH;
61 case OTHERS_WRITE : mode |= UnixConstants.S_IWOTH; break; in toUnixMode()
DUnixConstants.java75 static final int S_IWOTH = OsConstants.S_IWOTH; field in UnixConstants
138 OsConstants.S_IROTH | OsConstants.S_IWOTH | OsConstants.S_IXOTH); in get_S_IAMB()
DUnixFileAttributes.java236 if ((bits & UnixConstants.S_IWOTH) > 0) in permissions()
/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java220 assertFalse(S_ISLNK(OsConstants.S_IWOTH)); in test_S_ISLNK()
248 assertFalse(S_ISREG(OsConstants.S_IWOTH)); in test_S_ISREG()
276 assertFalse(S_ISDIR(OsConstants.S_IWOTH)); in test_S_ISDIR()
304 assertFalse(S_ISCHR(OsConstants.S_IWOTH)); in test_S_ISCHR()
332 assertFalse(S_ISBLK(OsConstants.S_IWOTH)); in test_S_ISBLK()
360 assertFalse(S_ISFIFO(OsConstants.S_IWOTH)); in test_S_ISFIFO()
388 assertFalse(S_ISSOCK(OsConstants.S_IWOTH)); in test_S_ISSOCK()
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c217 amode = S_IWUSR | S_IWGRP | S_IWOTH; in Java_java_io_UnixFileSystem_setPermission0()
479 if (chmod(path, mode & ~(S_IWUSR | S_IWGRP | S_IWOTH)) >= 0) { in Java_java_io_UnixFileSystem_setReadOnly0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java776 public static final int S_IWOTH = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp602 initConstant(env, c, "S_IWOTH", S_IWOTH); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt535 field public static final int S_IWOTH;