Home
last modified time | relevance | path

Searched refs:S_IRWXU (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java215 assertFalse(S_ISLNK(OsConstants.S_IRWXU)); in test_S_ISLNK()
243 assertFalse(S_ISREG(OsConstants.S_IRWXU)); in test_S_ISREG()
271 assertFalse(S_ISDIR(OsConstants.S_IRWXU)); in test_S_ISDIR()
299 assertFalse(S_ISCHR(OsConstants.S_IRWXU)); in test_S_ISCHR()
327 assertFalse(S_ISBLK(OsConstants.S_IRWXU)); in test_S_ISBLK()
355 assertFalse(S_ISFIFO(OsConstants.S_IRWXU)); in test_S_ISFIFO()
383 assertFalse(S_ISSOCK(OsConstants.S_IRWXU)); in test_S_ISSOCK()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1241 public static final int S_IRWXU; field in OsConstants
1242 static { S_IRWXU = 0; }
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java84 Libcore.os.mkfifo(fifoFile.getAbsolutePath(), OsConstants.S_IRWXU); in setUp()
/libcore/luni/src/main/java/android/system/
DOsConstants.java790 public static final int S_IRWXU = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp606 initConstant(env, c, "S_IRWXU", S_IRWXU); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt555 field public static final int S_IRWXU;