Lines Matching refs:log_path
883 string log_path = ".ninja_log"; in ToolRestat() local
885 log_path = build_dir_ + "/" + log_path; in ToolRestat()
888 const LoadStatus status = build_log_.Load(log_path, &err); in ToolRestat()
890 Error("loading build log %s: %s", log_path.c_str(), err.c_str()); in ToolRestat()
903 bool success = build_log_.Restat(log_path, disk_interface_, argc, argv, &err); in ToolRestat()
910 if (!build_log_.OpenForWrite(log_path, *this, &err)) { in ToolRestat()
1093 string log_path = ".ninja_log"; in OpenBuildLog() local
1095 log_path = build_dir_ + "/" + log_path; in OpenBuildLog()
1098 const LoadStatus status = build_log_.Load(log_path, &err); in OpenBuildLog()
1100 Error("loading build log %s: %s", log_path.c_str(), err.c_str()); in OpenBuildLog()
1113 bool success = build_log_.Recompact(log_path, *this, &err); in OpenBuildLog()
1120 if (!build_log_.OpenForWrite(log_path, *this, &err)) { in OpenBuildLog()