Home
last modified time | relevance | path

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

/system/tools/hidl/
DHash.cpp94 static std::map<std::string, HashFile*> hashfiles; in parse() local
95 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()