Searched refs:S_ISVTX (Results 1 – 4 of 4) sorted by relevance
221 assertFalse(S_ISLNK(OsConstants.S_ISVTX)); in test_S_ISLNK()249 assertFalse(S_ISREG(OsConstants.S_ISVTX)); in test_S_ISREG()277 assertFalse(S_ISDIR(OsConstants.S_ISVTX)); in test_S_ISDIR()305 assertFalse(S_ISCHR(OsConstants.S_ISVTX)); in test_S_ISCHR()333 assertFalse(S_ISBLK(OsConstants.S_ISVTX)); in test_S_ISBLK()361 assertFalse(S_ISFIFO(OsConstants.S_ISVTX)); in test_S_ISFIFO()389 assertFalse(S_ISSOCK(OsConstants.S_ISVTX)); in test_S_ISSOCK()
795 public static final int S_ISVTX = placeholder(); field in OsConstants
628 initConstant(env, c, "S_ISVTX", S_ISVTX); in OsConstants_initConstants()
28008 field public static final int S_ISVTX;