Home
last modified time | relevance | path

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

/system/core/libutils/
DFileMap.cpp47 /*static*/ long FileMap::mPageSize = -1; member in FileMap
129 if (mPageSize == -1) { in create()
133 mPageSize = si.dwAllocationGranularity; in create()
146 adjust = offset % mPageSize; in create()
174 if (mPageSize == -1) { in create()
175 mPageSize = sysconf(_SC_PAGESIZE); in create()
176 if (mPageSize == -1) { in create()
182 adjust = offset % mPageSize; in create()
/system/core/include/utils/
DFileMap.h124 static long mPageSize; variable