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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h24 static void DeleteAttribute(Attribute* attribute);
H A DShareAttrDir.cpp104 // DeleteAttribute
106 Attribute::DeleteAttribute(Attribute* attribute) function in class:Attribute
289 Attribute::DeleteAttribute(oldAttributes[i]);
365 Attribute::DeleteAttribute(attribute);
381 Attribute::DeleteAttribute(attribute);
453 Attribute::DeleteAttribute(attribute);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h28 static void DeleteAttribute(Attribute* attribute);
H A DAttributeDirectory.cpp63 // DeleteAttribute
65 Attribute::DeleteAttribute(Attribute* attribute) function in class:Attribute
221 Attribute::DeleteAttribute(attribute);
237 Attribute::DeleteAttribute(attribute);
273 Attribute::DeleteAttribute(attribute);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp1003 status_t status = fLocation->DeleteAttribute(type, kAppHintAttr);
1025 status_t status = fLocation->DeleteAttribute(type, kAttrInfoAttr);
1047 status_t status = fLocation->DeleteAttribute(type, kShortDescriptionAttr);
1069 status_t status = fLocation->DeleteAttribute(type, kLongDescriptionAttr);
1091 status_t status = fLocation->DeleteAttribute(type, kFileExtensionsAttr);
1115 status_t status = fLocation->DeleteAttribute(type, attr);
1140 status_t status = fLocation->DeleteAttribute(type, kIconAttr);
1175 status_t status = fLocation->DeleteAttribute(type, attr.c_str());
1210 status_t status = fLocation->DeleteAttribute(type, attr.c_str());
1238 status = fLocation->DeleteAttribute(typ
[all...]
H A DDatabaseLocation.cpp327 DatabaseLocation::DeleteAttribute(const char* type, const char* attribute) const function in class:BPrivate::Storage::Mime::DatabaseLocation
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h66 status_t DeleteAttribute(const char* type,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp73 status_t error = DeleteAttribute(attribute);
206 // DeleteAttribute
208 Node::DeleteAttribute(Attribute *attribute) function in class:Node
H A DNode.h96 status_t DeleteAttribute(Attribute *attribute);
H A Dkernel_interface.cpp1816 error = node->DeleteAttribute(attribute);

Completed in 72 milliseconds