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