Searched refs:S_ISVTX (Results 1 – 5 of 5) sorted by relevance
218 assertFalse(S_ISLNK(OsConstants.S_ISVTX)); in test_S_ISLNK()246 assertFalse(S_ISREG(OsConstants.S_ISVTX)); in test_S_ISREG()274 assertFalse(S_ISDIR(OsConstants.S_ISVTX)); in test_S_ISDIR()302 assertFalse(S_ISCHR(OsConstants.S_ISVTX)); in test_S_ISCHR()330 assertFalse(S_ISBLK(OsConstants.S_ISVTX)); in test_S_ISBLK()358 assertFalse(S_ISFIFO(OsConstants.S_ISVTX)); in test_S_ISFIFO()386 assertFalse(S_ISSOCK(OsConstants.S_ISVTX)); in test_S_ISSOCK()
1250 public static final int S_ISVTX; field in OsConstants1251 static { S_ISVTX = 0; }
793 public static final int S_ISVTX = placeholder(); field in OsConstants
609 initConstant(env, c, "S_ISVTX", S_ISVTX); in OsConstants_initConstants()
558 field public static final int S_ISVTX;