Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp151 const entity_id &typeId = header->partition_type_id(); in Mount() local
152 DUMP(typeId); in Mount()
154 if (typeId.matches(kVirtualPartitionMapId)) { in Mount()
160 } else if (typeId.matches(kSparablePartitionMapId)) { in Mount()
166 } else if (typeId.matches(kMetadataPartitionMapId)) { in Mount()
209 typeId.identifier())); in Mount()