Searched refs:block0_buffer (Results 1 – 1 of 1) sorted by relevance
2178 std::vector<uint8_t> block0_buffer(BLOCKSIZE); in CheckFirstBlockFn() local2180 if (ReadBlocks(blk0, &block0_buffer, fd) == -1) { in CheckFirstBlockFn()2194 time_t mount_time = *reinterpret_cast<uint32_t*>(&block0_buffer[0x400 + 0x2C]); in CheckFirstBlockFn()2195 uint16_t mount_count = *reinterpret_cast<uint16_t*>(&block0_buffer[0x400 + 0x34]); in CheckFirstBlockFn()