Lines Matching refs:BuildLog
109 uint64_t BuildLog::LogEntry::HashCommand(StringPiece command) { in HashCommand()
113 BuildLog::LogEntry::LogEntry(const string& output) in LogEntry()
116 BuildLog::LogEntry::LogEntry(const string& output, uint64_t command_hash, in LogEntry()
122 BuildLog::BuildLog() in BuildLog() function in BuildLog
125 BuildLog::~BuildLog() { in ~BuildLog()
129 bool BuildLog::OpenForWrite(const string& path, const BuildLogUser& user, in OpenForWrite()
142 bool BuildLog::RecordCommand(Edge* edge, int start_time, int end_time, in RecordCommand()
176 void BuildLog::Close() { in Close()
183 bool BuildLog::OpenForWriteIfNeeded() { in OpenForWriteIfNeeded()
258 LoadStatus BuildLog::Load(const string& path, string* err) { in Load()
374 BuildLog::LogEntry* BuildLog::LookupByOutput(const string& path) { in LookupByOutput()
381 bool BuildLog::WriteEntry(FILE* f, const LogEntry& entry) { in WriteEntry()
387 bool BuildLog::Recompact(const string& path, const BuildLogUser& user, in Recompact()
436 bool BuildLog::Restat(const StringPiece path, in Restat()