Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_unittest.cc140 const char kLsbRelease[] = in TEST_F() local
143 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, Time()); in TEST_F()
156 const char kLsbRelease[] = in TEST_F() local
159 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, Time()); in TEST_F()
172 const char kLsbRelease[] = "FOO=1234123.34.5\n"; in TEST_F() local
173 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, Time()); in TEST_F()
183 const char kLsbRelease[] = "CHROMEOS_RELEASE_VERSION=1.2.3.4"; in TEST_F() local
186 SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, lsb_release_time); in TEST_F()