Home | History | Annotate | Download | only in kati

Lines Matching refs:string

63 int RunCommand(const string& shell,
64 const string& shellflag,
65 const string& cmd,
67 string* s) {
69 string cmd_with_shell;
70 if (shell[0] != '/' || shell.find_first_of(" $") != string::npos) {
71 string cmd_escaped = cmd;
135 void GetExecutablePath(string* path) {
163 void Get(const char* pat, vector<string>** files) {
166 vector<string>* files = p.first->second = new vector<string>;
182 const unordered_map<string, vector<string>*>& GetAll() const {
194 unordered_map<string, vector<string>*> cache_;
201 void Glob(const char* pat, vector<string>** files) {
205 const unordered_map<string, vector<string>*>& GetAllGlobCache() {