Searched refs:CAP_SETGID (Results 1 – 5 of 5) sorted by relevance
82 assertEquals(6, OsConstants.CAP_SETGID); in test_CAP_constants()125 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SETGID)); in test_CAP_TO_INDEX()166 assertEquals(1 << 6, CAP_TO_MASK(OsConstants.CAP_SETGID)); in test_CAP_TO_MASK()
168 public static final int CAP_SETGID; field in OsConstants169 static { CAP_SETGID = 0; }
215 public static final int CAP_SETGID = placeholder(); field in OsConstants
112 initConstant(env, c, "CAP_SETGID", CAP_SETGID); in OsConstants_initConstants()
199 field public static final int CAP_SETGID;