Searched refs:hashfiles (Results 1 – 1 of 1) sorted by relevance
91 static std::map<std::string, HashFile*> hashfiles; in parse() local92 auto it = hashfiles.find(path); in parse()94 if (it == hashfiles.end()) { in parse()95 it = hashfiles.insert(it, {path, readHashFile(path, err)}); in parse()