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

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp163 bool IsProtectedNamespace();
164 static bool IsProtectedNamespace(const char* name);
347 && !attribute->IsProtectedNamespace())
366 || attribute->IsProtectedNamespace())
442 if (attribute->IsProtectedNamespace()) {
1141 Attribute::IsProtectedNamespace() function in class:Attribute
1146 return IsProtectedNamespace(fName);
1151 Attribute::IsProtectedNamespace(const char* name) function in class:Attribute
1342 if (checkNamespace && attribute->IsProtectedNamespace())
2063 if (Attribute::IsProtectedNamespace(nam
[all...]

Completed in 31 milliseconds