Home
last modified time | relevance | path

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

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