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 std::string hexString() const;
/system/tools/hidl/hashing/
DHash.cpp69 std::string Hash::hexString() const { in hexString() function in android::Hash
/system/tools/hidl/
DInterface.cpp284 out << iface->getFileHash()->hexString(); in emitDigestChain()
DCoordinator.cpp853 std::string currentHash = ast->getFileHash()->hexString(); in checkHash()
Dmain.cpp923 out << Hash::getHash(ast->getFilename()).hexString() << " " << fqName.string() << "\n"; in generateHashOutput()