Home
last modified time | relevance | path

Searched refs:S_ISGID (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java216 assertFalse(S_ISLNK(OsConstants.S_ISGID)); in test_S_ISLNK()
244 assertFalse(S_ISREG(OsConstants.S_ISGID)); in test_S_ISREG()
272 assertFalse(S_ISDIR(OsConstants.S_ISGID)); in test_S_ISDIR()
300 assertFalse(S_ISCHR(OsConstants.S_ISGID)); in test_S_ISCHR()
328 assertFalse(S_ISBLK(OsConstants.S_ISGID)); in test_S_ISBLK()
356 assertFalse(S_ISFIFO(OsConstants.S_ISGID)); in test_S_ISFIFO()
384 assertFalse(S_ISSOCK(OsConstants.S_ISGID)); in test_S_ISSOCK()
/libcore/luni/src/main/java/android/system/
DOsConstants.java772 public static final int S_ISGID = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp598 initConstant(env, c, "S_ISGID", S_ISGID); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt531 field public static final int S_ISGID;