Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dgraph.h288 bool LoadDepFile(Edge* edge, const std::string& path, std::string* err);
Dgraph.cc605 return LoadDepFile(edge, depfile, err); in LoadDeps()
622 bool ImplicitDepLoader::LoadDepFile(Edge* edge, const string& path, in LoadDepFile() function in ImplicitDepLoader