Lines Matching full:sysinfo
89 SysInfo::LsbReleaseMap::const_iterator iter = lsb_release_map_.find(key);
105 const SysInfo::LsbReleaseMap& lsb_release_map() const {
159 SysInfo::LsbReleaseMap lsb_release_map_;
176 void SysInfo::OperatingSystemVersionNumbers(int32_t* major_version,
184 const SysInfo::LsbReleaseMap& SysInfo::GetLsbReleaseMap() {
189 bool SysInfo::GetLsbReleaseValue(const std::string& key, std::string* value) {
194 std::string SysInfo::GetLsbReleaseBoard() {
203 Time SysInfo::GetLsbReleaseTime() {
208 bool SysInfo::IsRunningOnChromeOS() {
213 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release,