Home
last modified time | relevance | path

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

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