Lines Matching refs:string
50 string pat;
51 vector<string> result;
55 string cmd;
56 string result;
57 vector<string> missing_dirs;
58 vector<string> read_dirs;
76 bool NeedsRegen(double start_time, const string& orig_args) { in NeedsRegen()
114 bool CheckStep1(const string& orig_args) { in CheckStep1()
131 const string& stamp_filename = GetNinjaStampFilename(); in CheckStep1()
150 string s, s2; in CheckStep1()
157 string kati_binary; in CheckStep1()
216 string pat; in CheckStep1()
260 bool CheckGlobResult(const GlobResult* gr, string* err) { in CheckGlobResult()
262 vector<string>* files; in CheckGlobResult()
298 for (const string& dir : sr->missing_dirs) { in ShouldRunCommand()
302 for (const string& dir : sr->read_dirs) { in ShouldRunCommand()
325 bool CheckShellResult(const ShellResult* sr, string* err) { in CheckShellResult()
341 string result; in CheckShellResult()
363 string err; in CheckStep2()
379 string err; in CheckStep2()
403 string msg_;
408 bool NeedsRegen(double start_time, const string& orig_args) { in NeedsRegen()