Home
last modified time | relevance | path

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

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