Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dmount_history.cc37 brillo::Blob block0_buffer(kBlockSize); in LogMountHistory() local
41 blockdevice_fd, block0_buffer.data(), kBlockSize, 0, &bytes_read)) { in LogMountHistory()
59 *reinterpret_cast<uint32_t*>(&block0_buffer[0x400 + 0x2C]); in LogMountHistory()
61 *reinterpret_cast<uint16_t*>(&block0_buffer[0x400 + 0x34]); in LogMountHistory()
62 uint16_t magic = *reinterpret_cast<uint16_t*>(&block0_buffer[0x400 + 0x38]); in LogMountHistory()