Home
last modified time | relevance | path

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

/system/vold/
Dvdc.cpp79 android::status_t status = android::vold::HexToStr(seed_value, raw_bytes); in bindkeys()
DUtils.h128 status_t HexToStr(const std::string& hex, std::string& str);
DUtils.cpp865 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr() function
928 if (HexToStr(in, tmp)) { in NormalizeHex()