Home | History | Annotate | Download | only in configuration

Lines Matching refs:string

21 #include <string>
45 /** Helper method to convert an ABI to a string representing the path within the APK. */
57 Maybe<std::string> lang;
59 Maybe<std::string> region;
74 std::string label;
94 // TODO: Make device features more than just an arbitrary string?
95 using DeviceFeature = std::string;
99 std::string name;
100 std::vector<std::string> texture_paths;
109 std::string name;
138 static Maybe<ConfigurationParser> ForPath(const std::string& path);
141 static ConfigurationParser ForContents(const std::string& contents, const std::string& path) {
164 ConfigurationParser(std::string contents, const std::string& config_path);
173 const std::string contents_;
175 const std::string config_path_;