Searched refs:_SC_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
23 import static android.system.OsConstants._SC_PAGE_SIZE;64 int pageSize = (int) Libcore.os.sysconf(_SC_PAGE_SIZE); in isLoaded()
255 long alignment = position - position % Libcore.os.sysconf(_SC_PAGE_SIZE); in map()
547 public static final int _SC_PAGE_SIZE = placeholder(); field in OsConstants
612 initConstant(env, c, "_SC_PAGE_SIZE", _SC_PAGE_SIZE); in OsConstants_initConstants()