Lines Matching defs:output
421 // information an output is now known to be dirty, so we want the edge.
531 result->output = subproc->GetOutput();
569 // Only delete this output if it was actually modified. This is
573 // need to rebuild an output because of a modified header file
575 // but is interrupted before it touches its output file.)
876 // This must happen first as it filters the command output (we want
877 // to filter /showIncludes output, even on compile failure) and
887 if (!result->output.empty())
888 result->output.append("\n");
889 result->output.append(extract_err);
901 result->success(), result->output);
930 // The rule command did not change the output. Propagate the clean
983 string output;
984 if (!parser.Parse(result->output, deps_prefix, &output, err))
986 result->output = output;
1020 // XXX check depfile matches expected output.