Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc417 SYSTEM_INFO sSysInfo; // Useful information about the system in TEST_F() local
418 GetSystemInfo(&sSysInfo); // Initialize the structure. in TEST_F()
421 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F()
510 SYSTEM_INFO sSysInfo; // Useful information about the system in TEST_F() local
511 GetSystemInfo(&sSysInfo); // Initialize the structure. in TEST_F()
513 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F()