Home
last modified time | relevance | path

Searched refs:bytes_to_hex (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dutil.h65 std::string bytes_to_hex(const uint8_t *bytes, size_t bytes_len);
Dutil.cpp469 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex() function
Dproperty_service.cpp554 std::string hex = bytes_to_hex(reinterpret_cast<uint8_t*>(hdr.id), sizeof(hdr.id)); in load_recovery_id_prop()