Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dfile_id.cc167 static string bytes_to_hex_string(const uint8_t* bytes, size_t count) { in bytes_to_hex_string() function
192 return bytes_to_hex_string(identifier_swapped, kMDGUIDSize); in ConvertIdentifierToUUIDString()
198 return bytes_to_hex_string(&identifier[0], identifier.size()); in ConvertIdentifierToString()