Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_unittest.cc84 const char kLsbRelease[] = in TEST_F() local
87 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
100 const char kLsbRelease[] = in TEST_F() local
103 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
116 const char kLsbRelease[] = "FOO=1234123.34.5\n"; in TEST_F() local
117 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
127 const char kLsbRelease[] = "CHROMEOS_RELEASE_VERSION=1.2.3.4"; in TEST_F() local
130 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, lsb_release_time); in TEST_F()