Home
last modified time | relevance | path

Searched refs:deps_log_ (Results 1 – 3 of 3) sorted by relevance

/third_party/ninja/src/
Dgraph.h229 : state_(state), disk_interface_(disk_interface), deps_log_(deps_log), in ImplicitDepLoader()
238 return deps_log_; in deps_log()
261 DepsLog* deps_log_; member
Dninja.cc101 DepsLog deps_log_; member
250 Builder builder(&state_, config_, &build_log_, &deps_log_, &disk_interface_); in RebuildManifest()
487 for (vector<Node*>::const_iterator ni = deps_log_.nodes().begin(); in ToolDeps()
488 ni != deps_log_.nodes().end(); ++ni) { in ToolDeps()
489 if (deps_log_.IsDepsEntryLiveFor(*ni)) in ToolDeps()
503 DepsLog::Deps* deps = deps_log_.GetDeps(*it); in ToolDeps()
1137 const LoadStatus status = deps_log_.Load(path, &state_, &err); in OpenDepsLog()
1152 bool success = deps_log_.Recompact(path, &err); in OpenDepsLog()
1159 if (!deps_log_.OpenForWrite(path, &err)) { in OpenDepsLog()
1200 Builder builder(&state_, config_, &build_log_, &deps_log_, &disk_interface_); in RunBuild()
Dgraph.cc613 DepsLog::Deps* deps = deps_log_ ? deps_log_->GetDeps(output) : NULL; in LoadDepsFromLog()