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