Home
last modified time | relevance | path

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

/system/tools/hidl/
DCoordinator.cpp820 std::string hashPath = makeAbsolute(rootPath) + "/current.txt"; in checkHash() local
824 Hash::lookupHash(hashPath, fqName.string(), &error, &fileExists); in checkHash()
825 if (fileExists) onFileAccess(hashPath, "r"); in checkHash()