Home
last modified time | relevance | path

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

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