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

/system/vold/
H A DUtils.h83 status_t HexToStr(const std::string& hex, std::string& str);
H A DUtils.cpp374 status_t HexToStr(const std::string& hex, std::string& str) { function in namespace:android::vold
426 if (HexToStr(in, tmp)) {
H A DExt4Crypt.cpp582 if (android::vold::HexToStr(hex, *result) != 0) {

Completed in 54 milliseconds