Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp81 std::string ToHexString(const uint8_t* buf, size_t len) { in ToHexString() function
128 *hash = ToHexString(out, sizeof(out)); in WriteRandomData()
156 return ToHexString(out, sizeof(out)); in HashSnapshot()
170 return ToHexString(out, sizeof(out)); in GetHash()
Dsnapshot_test.cpp1260 *hash = ToHexString(out, sizeof(out)); in WriteRandomSnapshotData()
/system/core/fs_mgr/liblp/
Dutility.cpp291 inline std::string ToHexString(uint64_t value) { in ToHexString() function
308 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/
Dcreate_cow.cpp104 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/
Dtest_helpers.h212 std::string ToHexString(const uint8_t* buf, size_t len);