Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp206 SYSTEM_INFO SystemInfo; in _S_initialize() local
207 GetSystemInfo(&SystemInfo); in _S_initialize()
208 _M_page_size = SystemInfo.dwPageSize; in _S_initialize()