apfs::partition_info_t

struct partition_info_t

Information about a partition that can then be used to load it.

Subclassed by apfs::partition

Public Members

std::string name

The user given name of the partition (note that this may sometimes be empty)

guid_t type_guid

The GUID type.

For example, for EFI, this is C12A7328-F81F-11D2-BA4B-00A0C93EC93B and for APFS this is 7C3457EF-0000-11AA-AA11-00306543ECAC, after formatting.

guid_t unique_guid

The unique identifier that refers to this partition.

uint64_t addr

The address of the partition on the disk.