Searched refs:Recompact (Results 1 – 7 of 7) sorted by relevance
/third_party/ninja/src/ |
D | deps_log.h | 92 bool Recompact(const string& path, string* err);
|
D | build_log.h | 87 bool Recompact(const string& path, const BuildLogUser& user, string* err);
|
D | deps_log_test.cc | 170 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()
|
D | deps_log.cc | 48 if (!Recompact(path, err)) in OpenForWrite() 296 bool DepsLog::Recompact(const string& path, string* err) { in Recompact() function in DepsLog
|
D | build_log.cc | 132 if (!Recompact(path, user, err)) in OpenForWrite() 387 bool BuildLog::Recompact(const string& path, const BuildLogUser& user, in Recompact() function in BuildLog
|
D | build_log_test.cc | 320 TEST_F(BuildLogRecompactTest, Recompact) { in TEST_F() argument
|
D | ninja.cc | 1113 bool success = build_log_.Recompact(log_path, *this, &err); in OpenBuildLog() 1152 bool success = deps_log_.Recompact(path, &err); in OpenDepsLog()
|