Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dsys_info_unittest.cc74 const char* kLsbRelease = in TEST_F() local
77 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
90 const char* kLsbRelease = in TEST_F() local
93 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
106 const char* kLsbRelease = "FOO=1234123.34.5\n"; in TEST_F() local
107 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
117 const char* kLsbRelease = "CHROMEOS_RELEASE_VERSION=1.2.3.4"; in TEST_F() local
120 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, lsb_release_time); in TEST_F()
/external/chromium_org/sync/util/
Dget_session_name_unittest.cc46 const char* kLsbRelease = "CHROMEOS_RELEASE_BOARD=lumpy-signed-mp-v2keys\n"; in TEST_F() local
47 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
55 const char* kLsbRelease = "CHROMEOS_RELEASE_BOARD=stumpy-signed-mp-v2keys\n"; in TEST_F() local
56 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TEST_F()
/external/chromium_org/ash/host/
Dash_window_tree_host_x11_unittest.cc67 const char* kLsbRelease = "CHROMEOS_RELEASE_NAME=Chromium OS\n"; in SetUp() local
68 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in SetUp()
79 const char* kLsbRelease = ""; in TearDown() local
80 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time()); in TearDown()