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

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h60 bool RemoveAttribute(const char* name);
61 void RemoveAttribute(Attribute* attribute);
H A DShareAttrDir.cpp330 RemoveAttribute(attribute);
353 // RemoveAttribute
355 ShareAttrDir::RemoveAttribute(const char* name) function in class:ShareAttrDir
373 // RemoveAttribute
375 ShareAttrDir::RemoveAttribute(Attribute* attribute) function in class:ShareAttrDir
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h55 bool RemoveAttribute(const char* name);
56 void RemoveAttribute(Attribute* attribute);
H A DAttributeDirectory.cpp186 RemoveAttribute(attribute);
209 // RemoveAttribute
211 AttributeDirectory::RemoveAttribute(const char* name) function in class:AttributeDirectory
229 // RemoveAttribute
231 AttributeDirectory::RemoveAttribute(Attribute* attribute) function in class:AttributeDirectory
304 RemoveAttribute(name);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareAttrDir.h59 bool RemoveAttribute(const char* name);
60 void RemoveAttribute(Attribute* attribute);
H A DShareAttrDir.cpp330 RemoveAttribute(attribute);
353 // RemoveAttribute
355 ShareAttrDir::RemoveAttribute(const char* name) function in class:ShareAttrDir
373 // RemoveAttribute
375 ShareAttrDir::RemoveAttribute(Attribute* attribute) function in class:ShareAttrDir
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DAttributeDirectory.h55 bool RemoveAttribute(const char* name);
56 void RemoveAttribute(Attribute* attribute);
H A DAttributeDirectory.cpp185 RemoveAttribute(attribute);
208 // RemoveAttribute
210 AttributeDirectory::RemoveAttribute(const char* name) function in class:AttributeDirectory
228 // RemoveAttribute
230 AttributeDirectory::RemoveAttribute(Attribute* attribute) function in class:AttributeDirectory
303 RemoveAttribute(name);
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageNode.cpp76 PackageNode::RemoveAttribute(PackageNodeAttribute* attribute) function in class:PackageNode
H A DPackageNode.h56 void RemoveAttribute(
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp204 status_t error = RemoveAttribute(attribute);
226 // RemoveAttribute
228 Node::RemoveAttribute(Attribute *attribute) function in class:Node
H A DNode.h94 status_t RemoveAttribute(Attribute *attribute);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.cpp204 status_t error = RemoveAttribute(attribute);
226 // RemoveAttribute
228 Node::RemoveAttribute(Attribute *attribute) function in class:Node
H A DNode.h95 status_t RemoveAttribute(Attribute *attribute);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp136 status_t RemoveAttribute(const char *name,
805 RemoveAttribute(name, NULL);
840 AttributeFile::RemoveAttribute(const char *name, AttributeEntry **_entry) function in class:attribute_overlay::AttributeFile
1604 result = attributeFile->RemoveAttribute(fromName, &entry);
1636 return attributeFile->RemoveAttribute(name, NULL);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.h120 status_t RemoveAttribute(Transaction& transaction,
H A DInode.cpp1230 Inode::RemoveAttribute(Transaction& transaction, const char* name) function in class:Inode
2331 RemoveAttribute(transaction, name);
H A Dkernel_interface.cpp1904 status = inode->RemoveAttribute(transaction, name);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h139 status_t RemoveAttribute(Transaction *transaction, const char *name);
H A DInode.cpp855 Inode::RemoveAttribute(Transaction *transaction, const char *name) function in class:Inode
1742 RemoveAttribute(transaction, name);
H A Dkernel_interface_r5.cpp1897 status = inode->RemoveAttribute(&transaction, name);
/haiku-fatelf/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp212 status_t RemoveAttribute(const char* name,
1322 Inode::RemoveAttribute(const char* name, bool checkNamespace) function in class:Inode
2200 status_t status = inode->RemoveAttribute(name, true);

Completed in 233 milliseconds