Home
last modified time | relevance | path

Searched refs:Recompact (Results 1 – 7 of 7) sorted by relevance

/third_party/ninja/src/
Ddeps_log.h92 bool Recompact(const string& path, string* err);
Dbuild_log.h87 bool Recompact(const string& path, const BuildLogUser& user, string* err);
Ddeps_log_test.cc170 TEST_F(DepsLogTest, Recompact) { in TEST_F() argument
255 ASSERT_TRUE(log.Recompact(kTestFilename, &err)); in TEST_F()
304 ASSERT_TRUE(log.Recompact(kTestFilename, &err)); in TEST_F()
Ddeps_log.cc48 if (!Recompact(path, err)) in OpenForWrite()
296 bool DepsLog::Recompact(const string& path, string* err) { in Recompact() function in DepsLog
Dbuild_log.cc132 if (!Recompact(path, user, err)) in OpenForWrite()
387 bool BuildLog::Recompact(const string& path, const BuildLogUser& user, in Recompact() function in BuildLog
Dbuild_log_test.cc320 TEST_F(BuildLogRecompactTest, Recompact) { in TEST_F() argument
Dninja.cc1113 bool success = build_log_.Recompact(log_path, *this, &err); in OpenBuildLog()
1152 bool success = deps_log_.Recompact(path, &err); in OpenDepsLog()