Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixConstants.java77 static final int S_IXOTH = OsConstants.S_IXOTH; field in UnixConstants
138 OsConstants.S_IROTH | OsConstants.S_IWOTH | OsConstants.S_IXOTH); in get_S_IAMB()
DUnixFileModeAttribute.java35 UnixConstants.S_IROTH | UnixConstants.S_IWOTH | UnixConstants. S_IXOTH;
62 case OTHERS_EXECUTE : mode |= UnixConstants.S_IXOTH; break; in toUnixMode()
DUnixFileAttributes.java238 if ((bits & UnixConstants.S_IXOTH) > 0) in permissions()
/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java223 assertFalse(S_ISLNK(OsConstants.S_IXOTH)); in test_S_ISLNK()
251 assertFalse(S_ISREG(OsConstants.S_IXOTH)); in test_S_ISREG()
279 assertFalse(S_ISDIR(OsConstants.S_IXOTH)); in test_S_ISDIR()
307 assertFalse(S_ISCHR(OsConstants.S_IXOTH)); in test_S_ISCHR()
335 assertFalse(S_ISBLK(OsConstants.S_IXOTH)); in test_S_ISBLK()
363 assertFalse(S_ISFIFO(OsConstants.S_IXOTH)); in test_S_ISFIFO()
391 assertFalse(S_ISSOCK(OsConstants.S_IXOTH)); in test_S_ISSOCK()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1265 public static final int S_IXOTH; field in OsConstants
1266 static { S_IXOTH = 0; }
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c228 amode = S_IXUSR | S_IXGRP | S_IXOTH; in Java_java_io_UnixFileSystem_setPermission0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java798 public static final int S_IXOTH = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp614 initConstant(env, c, "S_IXOTH", S_IXOTH); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt563 field public static final int S_IXOTH;