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