Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp349 #if defined(_LINUX_CAPABILITY_VERSION_3) in OsConstants_initConstants()
350 initConstant(env, c, "_LINUX_CAPABILITY_VERSION_3", _LINUX_CAPABILITY_VERSION_3); in OsConstants_initConstants()
Dlibcore_io_Linux.cpp923 #ifdef _LINUX_CAPABILITY_VERSION_3
941 #ifdef _LINUX_CAPABILITY_VERSION_3 in GetCapUserDataLength()
942 if (version == _LINUX_CAPABILITY_VERSION_3) { in GetCapUserDataLength()
/libcore/luni/src/main/java/android/system/
DOsConstants.java337 /** @hide */ public static final int _LINUX_CAPABILITY_VERSION_3 = placeholder(); field in OsConstants