Searched refs:S_ISGID (Results 1 – 4 of 4) sorted by relevance
216 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()
772 public static final int S_ISGID = placeholder(); field in OsConstants
598 initConstant(env, c, "S_ISGID", S_ISGID); in OsConstants_initConstants()
531 field public static final int S_ISGID;