Searched refs:StrToHex (Results 1 – 3 of 3) sorted by relevance
85 status_t StrToHex(const std::string& str, std::string& hex);
415 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function429 return StrToHex(tmp, out); in NormalizeHex()
466 StrToHex(partGuidRaw, partGuid); in partitionMixed()