Home
last modified time | relevance | path

Searched refs:ToHexString (Results 1 – 4 of 4) 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()
161 return ToHexString(out, sizeof(out)); in HashSnapshot()
175 return ToHexString(out, sizeof(out)); in GetHash()
Dsnapshot_test.cpp1208 *hash = ToHexString(out, sizeof(out)); in WriteRandomSnapshotData()
/system/core/fs_mgr/liblp/
Dutility.cpp290 inline std::string ToHexString(uint64_t value) { in ToHexString() function
307 LWARN << "Zeroing unexpected flags: " << ToHexString(metadata->header.flags); in SetMetadataHeaderV0()
320 << " partition attribute: " << ToHexString(partition.attributes); in SetMetadataHeaderV0()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h203 std::string ToHexString(const uint8_t* buf, size_t len);