Lines Matching refs:string
63 int RunCommand(const string& shell, const string& cmd, in RunCommand()
65 string* s) { in RunCommand()
66 string cmd_escaped = cmd; in RunCommand()
68 string cmd_with_shell = shell + " -c \"" + cmd_escaped + "\""; in RunCommand()
124 void GetExecutablePath(string* path) { in GetExecutablePath()
154 void Get(const char* pat, vector<string>** files) { in Get()
157 vector<string>* files = p.first->second = new vector<string>; in Get()
173 const unordered_map<string, vector<string>*>& GetAll() const { in GetAll()
185 unordered_map<string, vector<string>*> cache_;
192 void Glob(const char* pat, vector<string>** files) { in Glob()
196 const unordered_map<string, vector<string>*>& GetAllGlobCache() { in GetAllGlobCache()