Searched defs:StrToHex (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DUtils.cpp430 status_t StrToHex(const std::string& str, std::string& hex) { function in namespace:android::vold
439 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { function in namespace:android::vold
453 return StrToHex(tmp, out);

Completed in 52 milliseconds