Lines Matching defs:log_path
1044 string log_path = ".ninja_log";
1046 log_path = build_dir_ + "/" + log_path;
1049 const LoadStatus status = build_log_.Load(log_path, &err);
1051 Error("loading build log %s: %s", log_path.c_str(), err.c_str());
1064 bool success = build_log_.Restat(log_path, disk_interface_, argc, argv, &err);
1071 if (!build_log_.OpenForWrite(log_path, *this, &err)) {
1261 string log_path = ".ninja_log";
1263 log_path = build_dir_ + "/" + log_path;
1266 const LoadStatus status = build_log_.Load(log_path, &err);
1268 Error("loading build log %s: %s", log_path.c_str(), err.c_str());
1281 bool success = build_log_.Recompact(log_path, *this, &err);
1288 if (!build_log_.OpenForWrite(log_path, *this, &err)) {