Lines Matching refs:build_log_
109 BuildLog build_log_;
273 Builder builder(&state_, config_, &build_log_, &deps_log_, &disk_interface_,
299 BuildLog::LogEntry* log_entry = build_log_.LookupByOutput(out->path());
884 return cleaner.CleanDead(build_log_.entries());
1049 const LoadStatus status = build_log_.Load(log_path, &err);
1064 bool success = build_log_.Restat(log_path, disk_interface_, argc, argv, &err);
1071 if (!build_log_.OpenForWrite(log_path, *this, &err)) {
1266 const LoadStatus status = build_log_.Load(log_path, &err);
1281 bool success = build_log_.Recompact(log_path, *this, &err);
1288 if (!build_log_.OpenForWrite(log_path, *this, &err)) {
1368 Builder builder(&state_, config_, &build_log_, &deps_log_, &disk_interface_,