Home
last modified time | relevance | path

Searched refs:log_file_path_ (Results 1 – 2 of 2) sorted by relevance

/third_party/ninja/src/
Dbuild_log.cc139 log_file_path_ = path; // we don't actually open the file right now, but will in OpenForWrite()
186 if (log_file_ || log_file_path_.empty()) { in OpenForWriteIfNeeded()
189 log_file_ = fopen(log_file_path_.c_str(), "ab"); in OpenForWriteIfNeeded()
Dbuild_log.h103 std::string log_file_path_; member