Home
last modified time | relevance | path

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

/system/vold/
DUtils.h123 status_t HexToStr(const std::string& hex, std::string& str);
DUtils.cpp813 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr() function
876 if (HexToStr(in, tmp)) { in NormalizeHex()
DFsCrypt.cpp620 if (android::vold::HexToStr(hex, *result) != 0) { in parse_hex()