Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_unittest.cc192 TEST_F(SysInfoTest, IsRunningOnChromeOS) { in TEST_F() argument
194 EXPECT_FALSE(SysInfo::IsRunningOnChromeOS()); in TEST_F()
200 EXPECT_FALSE(SysInfo::IsRunningOnChromeOS()); in TEST_F()
206 EXPECT_TRUE(SysInfo::IsRunningOnChromeOS()); in TEST_F()
211 EXPECT_TRUE(SysInfo::IsRunningOnChromeOS()); in TEST_F()
Dsys_info.h139 static bool IsRunningOnChromeOS();
Dsys_info_chromeos.cc205 bool SysInfo::IsRunningOnChromeOS() { in IsRunningOnChromeOS() function in base::SysInfo
/external/libchrome/base/memory/
Dmemory_pressure_monitor_chromeos_unittest.cc79 if (base::SysInfo::IsRunningOnChromeOS()) in TEST()
Dmemory_pressure_monitor_chromeos.cc122 base::SysInfo::IsRunningOnChromeOS() && !low_mem_file_.is_valid()) in MemoryPressureMonitor()
/external/libchrome/base/files/
Dfile_util_posix.cc611 if (SysInfo::IsRunningOnChromeOS()) { in GetHomeDir()