Home
last modified time | relevance | path

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

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