Home
last modified time | relevance | path

Searched defs:BuildLog (Results 1 – 2 of 2) sorted by relevance

/third_party/ninja/src/
Dbuild_log.h44 struct BuildLog { struct
59 struct LogEntry {
93 typedef ExternalStringHashMap<LogEntry*>::Type Entries;
94 const Entries& entries() const { return entries_; } in entries()
101 Entries entries_;
102 FILE* log_file_;
103 std::string log_file_path_;
104 bool needs_recompaction_;
Dbuild_log.cc122 BuildLog::BuildLog() in BuildLog() function in BuildLog