Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dmissing_deps.cc131 if (!PathExistsBetween(*de, edge)) { in ProcessNodeDeps()
172 bool MissingDependencyScanner::PathExistsBetween(Edge* from, Edge* to) { in PathExistsBetween() function in MissingDependencyScanner
185 if (e && (e == from || PathExistsBetween(from, e))) { in PathExistsBetween()
Dmissing_deps.h58 bool PathExistsBetween(Edge* from, Edge* to);