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-00A0C93EC93Band for APFS this is7C3457EF-0000-11AA-AA11-00306543ECAC, after formatting.
-
uint64_t addr¶
The address of the partition on the disk.
-
std::string name¶