Searched refs:ToHexString (Results  1 – 5 of 5) sorted by relevance
| /system/core/fs_mgr/libsnapshot/ | 
| D | test_helpers.cpp | 81 std::string ToHexString(const uint8_t* buf, size_t len) {  in ToHexString()  function128         *hash = ToHexString(out, sizeof(out));  in WriteRandomData()
 156     return ToHexString(out, sizeof(out));  in HashSnapshot()
 170     return ToHexString(out, sizeof(out));  in GetHash()
 
 | 
| D | snapshot_test.cpp | 1260         *hash = ToHexString(out, sizeof(out));  in WriteRandomSnapshotData()
 | 
| /system/core/fs_mgr/liblp/ | 
| D | utility.cpp | 291 inline std::string ToHexString(uint64_t value) {  in ToHexString()  function308         LWARN << "Zeroing unexpected flags: " << ToHexString(metadata->header.flags);  in SetMetadataHeaderV0()
 321                   << " partition attribute: " << ToHexString(partition.attributes);  in SetMetadataHeaderV0()
 
 | 
| /system/core/fs_mgr/libsnapshot/libsnapshot_cow/ | 
| D | create_cow.cpp | 104     std::string ToHexString(const uint8_t* buf, size_t len);244         source_block_hash_[ToHexString(digest.data(), 32)] = i;  in ParseSourceMerkelTree()
 279 std::string CreateSnapshot::ToHexString(const uint8_t* buf, size_t len) {  in ToHexString()  function in android::snapshot::CreateSnapshot
 487                 hash = ToHexString(final_digest.data(), final_digest.size());  in ReadBlocks()
 491                 hash = ToHexString(checksum, sizeof(checksum));  in ReadBlocks()
 
 | 
| /system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ | 
| D | test_helpers.h | 212 std::string ToHexString(const uint8_t* buf, size_t len);
 |