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
137 if (mPageSize == -1) { in create()
141 mPageSize = si.dwAllocationGranularity; in create()
154 adjust = offset % mPageSize; in create()
182 if (mPageSize == -1) { in create()
183 mPageSize = sysconf(_SC_PAGESIZE); in create()
184 if (mPageSize == -1) { in create()
190 adjust = offset % mPageSize; in create()
/system/core/libutils/include/utils/
DFileMap.h124 static long mPageSize; variable