Searched refs:SetChromeOSVersionInfoForTest (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | sys_info_unittest.cc | 87 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()
|
D | sys_info.h | 123 static void SetChromeOSVersionInfoForTest(const std::string& lsb_release,
|
D | sys_info_chromeos.cc | 213 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release, in SetChromeOSVersionInfoForTest() function in base::SysInfo
|