Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_unittest.cc87 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
103 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
117 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
130 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, lsb_release_time); in TEST_F()
137 base::SysInfo::SetChromeOSVersionInfoForTest("", base::Time()); in TEST_F()
143 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease1, base::Time()); in TEST_F()
149 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease2, base::Time()); in TEST_F()
154 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease3, base::Time()); in TEST_F()
Dsys_info.h123 static void SetChromeOSVersionInfoForTest(const std::string& lsb_release,
Dsys_info_chromeos.cc213 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, in SetChromeOSVersionInfoForTest() function in base::SysInfo