Searched refs:GptEnd (Results 1 – 1 of 1) sorted by relevance
116 struct __attribute__((packed)) GptEnd { struct122 static_assert(sizeof(GptEnd) % kSectorSize == 0);294 return AlignToPowerOf2(next_disk_offset_ + sizeof(GptEnd), DISK_SIZE_SHIFT); in DiskSize()403 GptEnd End(const GptBeginning& head) const { in End()404 GptEnd gpt; in End()426 bool WriteEnd(SharedFD out, const GptEnd& end) { in WriteEnd()429 auto padding = disk_size - footer_start - sizeof(GptEnd); in WriteEnd()