Home | History | Annotate | Download | only in base

Lines Matching refs:string

12 #include <string>
70 // Returns a descriptive string for the current machine model or an empty
71 // string if the machine model is unknown or an error occured.
73 // Android, and Chrome OS. This returns an empty string on other platforms.
74 static std::string HardwareModelName();
77 static std::string OperatingSystemName();
80 static std::string OperatingSystemVersion();
96 static std::string OperatingSystemArchitecture();
101 // an empty string is returned.
102 static std::string CPUModelName();
109 typedef std::map<std::string, std::string> LsbReleaseMap;
115 static bool GetLsbReleaseValue(const std::string& key, std::string* value);
125 static std::string GetLsbReleaseBoard();
129 static std::string GetStrippedReleaseBoard();
139 static void SetChromeOSVersionInfoForTest(const std::string& lsb_release,
145 static std::string GetAndroidBuildCodename();
148 static std::string GetAndroidBuildID();