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.cc412 SYSTEM_INFO sSysInfo; // Useful information about the system in TEST_F() local
413 GetSystemInfo(&sSysInfo); // Initialize the structure. in TEST_F()
416 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F()
505 SYSTEM_INFO sSysInfo; // Useful information about the system in TEST_F() local
506 GetSystemInfo(&sSysInfo); // Initialize the structure. in TEST_F()
508 const DWORD kPageSize = sSysInfo.dwPageSize; in TEST_F()