Home
last modified time | relevance | path

Searched refs:StrToHex (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DUtils.h98 status_t StrToHex(const std::string& str, std::string& hex);
100 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex);
DUtils.cpp496 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex() function
505 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex() function
519 return StrToHex(tmp, out); in NormalizeHex()
DMetadataCrypt.cpp202 if (android::vold::StrToHex(module_key, hex_key_buffer) != android::OK) { in create_crypto_blk_dev()
/system/vold/model/
DDisk.cpp486 StrToHex(partGuidRaw, partGuid); in partitionMixed()