Searched refs:HexToStr (Results 1 – 3 of 3) sorted by relevance
123 status_t HexToStr(const std::string& hex, std::string& str);
813 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr() function876 if (HexToStr(in, tmp)) { in NormalizeHex()
620 if (android::vold::HexToStr(hex, *result) != 0) { in parse_hex()