Home
last modified time | relevance | path

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

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