Home
last modified time | relevance | path

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

/system/vold/
Dvdc.cpp70 std::string raw_bytes; in bindkeys() local
79 android::status_t status = android::vold::HexToStr(seed_value, raw_bytes); in bindkeys()
85 std::vector<uint8_t> seed{raw_bytes.begin(), raw_bytes.end()}; in bindkeys()