Lines Matching refs:result
51 vector<string> result; member
56 string result; member
223 gr->result.resize(num_files); in CheckStep1()
225 LOAD_STRING(fp, &gr->result[j]); in CheckStep1()
234 LOAD_STRING(fp, &sr->result); in CheckStep1()
265 bool needs_regen = files->size() != gr->result.size(); in CheckGlobResult()
266 for (size_t i = 0; i < gr->result.size(); i++) { in CheckGlobResult()
268 if ((*files)[i] != gr->result[i]) { in CheckGlobResult()
341 string result; in CheckShellResult() local
342 RunCommand("/bin/sh", sr->cmd, RedirectStderr::DEV_NULL, &result); in CheckShellResult()
343 FormatForCommandSubstitution(&result); in CheckShellResult()
344 if (sr->result != result) { in CheckShellResult()