Documentation ¶
Overview ¶
Package guids provides a way to map well known firmware volume and file GUIDs to readable names.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileOrVolumeNameString
deprecated
added in
v1.0.0
FileOrVolumeNameString returns the semi-readable name for the supplied GUID if it corresponds to a well known name used for files or firmware volumes (see efi.MediaFvDevicePathNode and efi.MediaFvFileDevicePathNode). If it is not known by this package, then ("", false) will be returned.
Deprecated: use IndustryStandardString.
func IndustryStandardString ¶ added in v1.3.0
IndustryStandardString returns the semi-readable name for the supplied GUID if it corresponds to a well known industry standard name. If it is not known by this package, then ("", false) will be returned.
func ListAllKnown ¶ added in v0.9.9
ListAllKnown returns a list of all well-known GUIDs that are used to identify the names of firmware volumes and their files (see efi.MediaFvDevicePathNode and efi.MediaFvFileDevicePathNode).
Types ¶
This section is empty.