Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp405 #if defined(PR_SET_NO_NEW_PRIVS) in OsConstants_initConstants()
406 initConstant(env, c, "PR_SET_NO_NEW_PRIVS", PR_SET_NO_NEW_PRIVS); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java366 public static final int PR_SET_NO_NEW_PRIVS = placeholder(); field in OsConstants