HomeSort by relevance Sort by last modified time
    Searched refs:kLsbRelease (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/util/
get_session_name_unittest.cc 46 const char* kLsbRelease = "CHROMEOS_RELEASE_BOARD=lumpy-signed-mp-v2keys\n";
47 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
55 const char* kLsbRelease = "CHROMEOS_RELEASE_BOARD=stumpy-signed-mp-v2keys\n";
56 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
  /external/chromium_org/base/
sys_info_unittest.cc 72 const char* kLsbRelease =
75 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
88 const char* kLsbRelease =
91 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
104 const char* kLsbRelease = "FOO=1234123.34.5\n";
105 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
115 const char* kLsbRelease = "CHROMEOS_RELEASE_VERSION=1.2.3.4";
118 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, lsb_release_time);
  /external/chromium_org/ui/aura/
root_window_host_x11_unittest.cc 116 const char* kLsbRelease = "CHROMEOS_RELEASE_NAME=Chromium OS\n";
117 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
171 kLsbRelease = "";
172 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
182 const char* kLsbRelease = "CHROMEOS_RELEASE_NAME=Chromium OS\n";
183 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());
285 kLsbRelease = "";
286 base::SysInfo::SetChromeOSVersionInfoForTest(kLsbRelease, base::Time());

Completed in 161 milliseconds