Home | History | Annotate | Download | only in test

Lines Matching refs:string

27 static bool In(const std::string& sub, const std::string& str) {
28 return str.find(sub) != std::string::npos;
46 std::string getOutput() { return mOutputStream->str(); }
50 void setFakeEnvs(const std::map<std::string, std::string>& envs) {
56 void addInput(const std::string& name, const std::string& s) {
60 std::unique_ptr<std::stringstream> makeStream(const std::string& s) {
70 std::string xmlEmpty = "<compatibility-matrix version=\"1.0\" type=\"framework\" />";
71 std::string kernel318 = "CONFIG_FOO=y\n";
72 std::string kernel318_64 = "CONFIG_BAR=y\n";
73 std::string kernel44 = "# CONFIG_FOO is not set\n";
74 std::string kernel44_64 = "CONFIG_BAR=y\n";
142 std::string tail =
158 std::string xmlEmpty = "<compatibility-matrix version=\"1.0\" type=\"framework\">\n" + tail;
160 std::string xml1 =
172 std::string xml2 =
184 std::string xml3 =
317 std::string matrix = "<compatibility-matrix version=\"1.0\" type=\"device\"/>\n";
325 std::string matrix =
338 std::string matrix =
379 const std::string gEmptyOutManifest =
387 const std::string emptyManifest = "<manifest version=\"1.0\" type=\"device\" />";