Home
last modified time | relevance | path

Searched refs:CAP_SYS_NICE (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java155 public static final int CAP_SYS_NICE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp113 initConstant(env, c, "CAP_SYS_NICE", CAP_SYS_NICE); in OsConstants_initConstants()