Home
last modified time | relevance | path

Searched refs:get_partition_type (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.h22 const char* get_partition_type(const guid_t& guid);
H A Dutility.cpp124 get_partition_type(const guid_t& guid) in get_partition_type() function
H A Dgpt.cpp147 child->type = strdup(get_partition_type(entry.partition_type)); in efi_gpt_scan_partition()