Home
last modified time | relevance | path

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

/hardware/google/pixel/recovery/
Drecovery_ui.cpp53 const uint32_t magicValue = htole32(ERASE_CONFIRMATION); in WipeTitanM() local
54 std::vector<uint8_t> magic(sizeof(magicValue)); in WipeTitanM()
55 memcpy(magic.data(), &magicValue, sizeof(magicValue)); in WipeTitanM()