Home
last modified time | relevance | path

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

/system/vold/
DUtils.h87 status_t HexToStr(const std::string& hex, std::string& str);
DUtils.cpp389 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr() function
450 if (HexToStr(in, tmp)) { in NormalizeHex()
DExt4Crypt.cpp490 if (android::vold::HexToStr(hex, *result) != 0) { in parse_hex()