Searched defs:GetLsbReleaseValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dsys_info_chromeos.cc85 bool GetLsbReleaseValue(const std::string& key, std::string* value) { function in class:base::__anon2495::ChromeOSVersionInfo
126 if (GetLsbReleaseValue(key, &version) && !version.empty())
145 if (GetLsbReleaseValue(kChromeOsReleaseNameKey, &release_name)) {
186 bool SysInfo::GetLsbReleaseValue(const std::string& key, std::string* value) { function in class:base::SysInfo
187 return GetChromeOSVersionInfo().GetLsbReleaseValue(key, value);
194 if (!GetLsbReleaseValue(kMachineInfoBoard, &board))

Completed in 57 milliseconds