Searched refs:CAP_SYS_TTY_CONFIG (Results 1 – 5 of 5) sorted by relevance
105 assertEquals(26, OsConstants.CAP_SYS_TTY_CONFIG); in test_CAP_constants()148 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_TTY_CONFIG)); in test_CAP_TO_INDEX()189 assertEquals(1 << 26, CAP_TO_MASK(OsConstants.CAP_SYS_TTY_CONFIG)); in test_CAP_TO_MASK()
645 OsConstants.CAP_SYS_TTY_CONFIG, in forkSystemServer()
231 public static final int CAP_SYS_TTY_CONFIG = placeholder(); field in OsConstants
145 initConstant(env, c, "CAP_SYS_TTY_CONFIG", CAP_SYS_TTY_CONFIG); in OsConstants_initConstants()
27700 field public static final int CAP_SYS_TTY_CONFIG;