Searched refs:GptEnd (Results 1 – 1 of 1) sorted by relevance
109 struct __attribute__((packed)) GptEnd { struct115 static_assert(sizeof(GptEnd) == SECTOR_SIZE * 33);183 std::uint64_t val = next_disk_offset_ + sizeof(GptEnd); in DiskSize()235 .backup_lba = (next_disk_offset_ + sizeof(GptEnd)) / SECTOR_SIZE - 1, in Beginning()276 GptEnd End(const GptBeginning& head) const { in End()277 GptEnd gpt; in End()298 bool WriteEnd(cuttlefish::SharedFD out, const GptEnd& end, std::int64_t padding) { in WriteEnd()299 std::string end_str((const char*) &end, sizeof(GptEnd)); in WriteEnd()