Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dbuild_log.h60 uint64_t command_hash; member
Dbuild_log.cc118 BuildLog::LogEntry::LogEntry(const string& output, uint64_t command_hash, in LogEntry()
147 uint64_t command_hash = LogEntry::HashCommand(command); in RecordCommand() local