Searched refs:id_matches (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp135 if (descriptor->id_matches(kVSDID_ISO)) {
137 } else if (descriptor->id_matches(kVSDID_BEA)) {
140 } else if (descriptor->id_matches(kVSDID_TEA)) {
143 } else if (descriptor->id_matches(kVSDID_ECMA167_2)) {
146 } else if (descriptor->id_matches(kVSDID_ECMA167_3)) {
149 } else if (descriptor->id_matches(kVSDID_BOOT)) {
151 } else if (descriptor->id_matches(kVSDID_ECMA168)) {
H A DUdfStructures.cpp191 volume_structure_descriptor_header::id_matches(const char *id) function in class:volume_structure_descriptor_header
H A DUdfStructures.h346 bool id_matches(const char *id);

Completed in 127 milliseconds