Home
last modified time | relevance | path

Searched refs:CAP_SYS_CHROOT (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java94 assertEquals(18, OsConstants.CAP_SYS_CHROOT); in test_CAP_constants()
137 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_CHROOT)); in test_CAP_TO_INDEX()
178 assertEquals(1 << 18, CAP_TO_MASK(OsConstants.CAP_SYS_CHROOT)); in test_CAP_TO_MASK()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java186 public static final int CAP_SYS_CHROOT; field in OsConstants
187 static { CAP_SYS_CHROOT = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java220 public static final int CAP_SYS_CHROOT = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp117 initConstant(env, c, "CAP_SYS_CHROOT", CAP_SYS_CHROOT); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt205 field public static final int CAP_SYS_CHROOT;