Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dgraph.h244 bool LoadDepFile(Edge* edge, const string& path, string* err);
Dgraph.cc509 return LoadDepFile(edge, depfile, err); in LoadDeps()
526 bool ImplicitDepLoader::LoadDepFile(Edge* edge, const string& path, in LoadDepFile() function in ImplicitDepLoader