Home
last modified time | relevance | path

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

/system/vold/
DUtils.h85 status_t StrToHex(const std::string& str, std::string& hex);
DUtils.cpp415 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function
429 return StrToHex(tmp, out); in NormalizeHex()
DDisk.cpp466 StrToHex(partGuidRaw, partGuid); in partitionMixed()