Home
last modified time | relevance | path

Searched refs:_LINUX_CAPABILITY_VERSION_3 (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/vr/performanced/
Dmain.cpp52 capheader.version = _LINUX_CAPABILITY_VERSION_3; in main()
/frameworks/native/cmds/installd/tests/
Dtest_utils.h148 capheader.version = _LINUX_CAPABILITY_VERSION_3; in DropCapabilities()
/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp101 capheader.version = _LINUX_CAPABILITY_VERSION_3; in DropRootUser()
/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java191 OsConstants._LINUX_CAPABILITY_VERSION_3, 0); in preserveCapabilities()
DZygoteInit.java651 OsConstants._LINUX_CAPABILITY_VERSION_3, 0); in forkSystemServer()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp384 #if defined(_LINUX_CAPABILITY_VERSION_3) in OsConstants_initConstants()
385 initConstant(env, c, "_LINUX_CAPABILITY_VERSION_3", _LINUX_CAPABILITY_VERSION_3); in OsConstants_initConstants()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java441 public static final int _LINUX_CAPABILITY_VERSION_3 = placeholder(); field in OsConstants
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp708 capheader.version = _LINUX_CAPABILITY_VERSION_3; in SetInheritable()
728 capheader.version = _LINUX_CAPABILITY_VERSION_3; in SetCapabilities()
2181 capheader.version = _LINUX_CAPABILITY_VERSION_3; in GetEffectiveCapabilityMask()
/frameworks/native/cmds/installd/
Dutils.cpp1414 capheader.version = _LINUX_CAPABILITY_VERSION_3; in drop_capabilities()