Lines Matching defs:command
266 string command = edge->EvaluateCommand(/*incl_rsp_file=*/true);
269 if (RecomputeOutputDirty(edge, most_recent_input, command, *o)) {
279 const string& command,
309 // previous run and stored the command start time in the build log.
334 BuildLog::LogEntry::HashCommand(command) != entry->command_hash) {
335 // May also be dirty due to the command changing since the last build.
336 // But if this is a generator rule, the command changing does not make us
338 EXPLAIN("command line changed for %s", output->path().c_str());
355 EXPLAIN("command line not found in log for %s", output->path().c_str());
389 /// Given a span of Nodes, construct a list of paths suitable for a command
418 // command = $foo $foo $var1
427 // command --> foo
513 string command = GetBinding("command");
517 command += ";rspfile=" + rspfile_content;
519 return command;