Home
last modified time | relevance | path

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

/system/tools/hidl/hashing/include/hidl-hash/
DHash.h38 static std::string hexString(const std::vector<uint8_t>& hash);
39 std::string hexString() const;
/system/tools/hidl/hashing/
DHash.cpp68 std::string Hash::hexString(const std::vector<uint8_t>& hash) { in hexString() function in android::Hash
77 std::string Hash::hexString() const { in hexString() function in android::Hash
78 return hexString(mHash); in hexString()
/system/tools/hidl/
DInterface.cpp280 out << iface->getFileHash()->hexString(); in emitDigestChain()
DCoordinator.cpp853 std::string currentHash = ast->getFileHash()->hexString(); in checkHash()
Dmain.cpp948 out << Hash::getHash(ast->getFilename()).hexString() << " " << fqName.string() << "\n"; in generateHashOutput()