Searched defs:Hash (Results 1 – 3 of 3) sorted by relevance
24 struct Hash { struct25 static const std::vector<uint8_t> kEmptyHash; argument50 std::vector<uint8_t> mHash; argument
66 Hash::Hash(const std::string& path) : mPath(path), mHash(sha256File(path)) {} in Hash() function in android::Hash
470 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked() local