guid_t
memcpy((uint8*)&fHeader.disk_guid, uuid, sizeof(guid_t));
Header::_PrintGUID(const guid_t &id)
const char* _PrintGUID(const guid_t& id);
guid_t typeGUID;
guid_t typeGUID;
guid_t typeGUID;
memcpy((uint8*)&entry.unique_guid, uuid, sizeof(guid_t));
guid_t disk_guid;
guid_t partition_type;
guid_t unique_guid;
inline operator guid_t() const;
static_guid::operator==(const guid_t& other) const
guid_t guid;
guid_t::operator==(const guid_t &other) const
guid_t::operator!=(const guid_t &other) const
get_partition_type(const guid_t& guid)
get_guid_for_partition_type(const char* type, guid_t& guid)
const guid_t kEmptyGUID = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}};
extern const guid_t kEmptyGUID;
const char* get_partition_type(const guid_t& guid);
bool get_guid_for_partition_type(const char* type, guid_t& guid);