RemoveAttribute
RemoveAttribute(transaction, name);
status_t RemoveAttribute(Transaction& transaction,
status = inode->RemoveAttribute(transaction, name);
status_t RemoveAttribute(const char* name,
status_t status = inode->RemoveAttribute(name, true);
status_t RemoveAttribute(const char *name,
result = attributeFile->RemoveAttribute(fromName, &entry);
return attributeFile->RemoveAttribute(name, NULL);
RemoveAttribute(name, NULL);
RemoveAttribute(attribute);
bool RemoveAttribute(const char* name);
void RemoveAttribute(Attribute* attribute);
RemoveAttribute(attribute);
RemoveAttribute(name);
bool RemoveAttribute(const char* name);
void RemoveAttribute(Attribute* attribute);
status_t error = RemoveAttribute(attribute);
status_t RemoveAttribute(Attribute *attribute);