Searched refs:_SC_PAGE_SIZE (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DMappedByteBuffer.java23 import static android.system.OsConstants._SC_PAGE_SIZE;
64 int pageSize = (int) Libcore.os.sysconf(_SC_PAGE_SIZE);
H A DFileChannelImpl.java255 long alignment = position - position % Libcore.os.sysconf(_SC_PAGE_SIZE);
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java547 public static final int _SC_PAGE_SIZE = placeholder(); field in class:OsConstants
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp612 initConstant(env, c, "_SC_PAGE_SIZE", _SC_PAGE_SIZE);

Completed in 71 milliseconds