Lines Matching refs:log_path
1017 string log_path = ".ninja_log"; in ToolRestat() local
1019 log_path = build_dir_ + "/" + log_path; in ToolRestat()
1022 const LoadStatus status = build_log_.Load(log_path, &err); in ToolRestat()
1024 Error("loading build log %s: %s", log_path.c_str(), err.c_str()); in ToolRestat()
1037 bool success = build_log_.Restat(log_path, disk_interface_, argc, argv, &err); in ToolRestat()
1044 if (!build_log_.OpenForWrite(log_path, *this, &err)) { in ToolRestat()
1234 string log_path = ".ninja_log"; in OpenBuildLog() local
1236 log_path = build_dir_ + "/" + log_path; in OpenBuildLog()
1239 const LoadStatus status = build_log_.Load(log_path, &err); in OpenBuildLog()
1241 Error("loading build log %s: %s", log_path.c_str(), err.c_str()); in OpenBuildLog()
1254 bool success = build_log_.Recompact(log_path, *this, &err); in OpenBuildLog()
1261 if (!build_log_.OpenForWrite(log_path, *this, &err)) { in OpenBuildLog()