Home
last modified time | relevance | path

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

/external/angle/src/third_party/systeminfo/
DSystemInfo.cpp53 static bool cachedIsWindowsVistaOrGreater; in isWindowsVistaOrGreater() local
59 cachedIsWindowsVistaOrGreater = true; in isWindowsVistaOrGreater()
61 cachedIsWindowsVistaOrGreater = IsWindowsVistaOrGreater(); in isWindowsVistaOrGreater()
64 return cachedIsWindowsVistaOrGreater; in isWindowsVistaOrGreater()