Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java82 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()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java168 public static final int CAP_SETGID; field in OsConstants
169 static { CAP_SETGID = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java215 public static final int CAP_SETGID = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp112 initConstant(env, c, "CAP_SETGID", CAP_SETGID); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt199 field public static final int CAP_SETGID;