Home
last modified time | relevance | path

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

/build/kati/
Dfileutil.h49 const unordered_map<string, vector<string>*>& GetAllGlobCache();
Dfileutil.cc205 const unordered_map<string, vector<string>*>& GetAllGlobCache() { in GetAllGlobCache() function
Dninja.cc734 const unordered_map<string, vector<string>*>& globs = GetAllGlobCache(); in GenerateStamp()