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