Home | History | Annotate | Download | only in vintf

Lines Matching refs:string

23 #include <string>
44 bool openOutFile(const std::string& path);
45 bool openInFile(const std::string& path);
46 bool openCheckFile(const std::string& path);
47 bool addKernel(const std::string& kernelArg);
50 virtual std::istream& addInputStream(const std::string& name, Istream&&) = 0;
53 const std::string& name, Istream&& in) = 0;
54 virtual void setFakeEnv(const std::string& key, const std::string& value) = 0;
58 virtual std::string getEnv(const std::string& key) const = 0;