Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_unittest.cc143 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, Time()); in TEST_F()
159 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, Time()); in TEST_F()
173 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, Time()); in TEST_F()
186 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, lsb_release_time); in TEST_F()
193 SysInfo::SetChromeOSVersionInfoForTest("", Time()); in TEST_F()
199 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease1, Time()); in TEST_F()
205 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease2, Time()); in TEST_F()
210 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease3, Time()); in TEST_F()
Dsys_info.h142 static void SetChromeOSVersionInfoForTest(const std::string& lsb_release,
Dsys_info_chromeos.cc210 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, in SetChromeOSVersionInfoForTest() function in base::SysInfo