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