Home
last modified time | relevance | path

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

/haiku/src/kits/storage/mime/
H A DDatabase.cpp1003 status_t status = fLocation->DeleteAttribute(type, kAppHintAttr); in DeleteAppHint()
1025 status_t status = fLocation->DeleteAttribute(type, kAttrInfoAttr); in DeleteAttrInfo()
1047 status_t status = fLocation->DeleteAttribute(type, kShortDescriptionAttr); in DeleteShortDescription()
1069 status_t status = fLocation->DeleteAttribute(type, kLongDescriptionAttr); in DeleteLongDescription()
1091 status_t status = fLocation->DeleteAttribute(type, kFileExtensionsAttr); in DeleteFileExtensions()
1115 status_t status = fLocation->DeleteAttribute(type, attr); in DeleteIcon()
1140 status_t status = fLocation->DeleteAttribute(type, kIconAttr); in DeleteIcon()
1175 status_t status = fLocation->DeleteAttribute(type, attr.c_str()); in DeleteIconForType()
1210 status_t status = fLocation->DeleteAttribute(type, attr.c_str()); in DeleteIconForType()
1238 status = fLocation->DeleteAttribute(type, kPreferredAppAttr); in DeletePreferredApp()
[all …]
H A DDatabaseLocation.cpp327 DatabaseLocation::DeleteAttribute(const char* type, const char* attribute) const in DeleteAttribute() function in BPrivate::Storage::Mime::DatabaseLocation
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp65 Attribute::DeleteAttribute(Attribute* attribute) in DeleteAttribute() function in Attribute
221 Attribute::DeleteAttribute(attribute); in RemoveAttribute()
237 Attribute::DeleteAttribute(attribute); in RemoveAttribute()
273 Attribute::DeleteAttribute(attribute); in UpdateAttribute()
H A DAttributeDirectory.h28 static void DeleteAttribute(Attribute* attribute);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp106 Attribute::DeleteAttribute(Attribute* attribute) in DeleteAttribute() function in Attribute
289 Attribute::DeleteAttribute(oldAttributes[i]); in Update()
365 Attribute::DeleteAttribute(attribute); in RemoveAttribute()
381 Attribute::DeleteAttribute(attribute); in RemoveAttribute()
453 Attribute::DeleteAttribute(attribute); in _GetAttributes()
H A DShareAttrDir.h24 static void DeleteAttribute(Attribute* attribute);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp56 status_t error = DeleteAttribute(attribute); in ~Node()
169 Node::DeleteAttribute(Attribute *attribute) in DeleteAttribute() function in Node
H A DNode.h96 status_t DeleteAttribute(Attribute *attribute);
H A Dkernel_interface.cpp1823 error = node->DeleteAttribute(attribute); in ramfs_remove_attr()
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h66 status_t DeleteAttribute(const char* type,