Home | History | Annotate | Download | only in base

Lines Matching refs:SysInfo

85     SysInfo::LsbReleaseMap::const_iterator iter = lsb_release_map_.find(key);
101 const SysInfo::LsbReleaseMap& lsb_release_map() const {
155 SysInfo::LsbReleaseMap lsb_release_map_;
172 void SysInfo::OperatingSystemVersionNumbers(int32* major_version,
180 const SysInfo::LsbReleaseMap& SysInfo::GetLsbReleaseMap() {
185 bool SysInfo::GetLsbReleaseValue(const std::string& key, std::string* value) {
190 std::string SysInfo::GetLsbReleaseBoard() {
199 Time SysInfo::GetLsbReleaseTime() {
204 bool SysInfo::IsRunningOnChromeOS() {
209 void SysInfo::SetChromeOSVersionInfoForTest(const std::string& lsb_release,