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

/haiku/src/apps/people/
H A DPersonWindow.h43 void AddAttribute(const char* label,
H A DPersonView.h45 void AddAttribute(const char* label,
H A DPersonWindow.cpp348 PersonWindow::AddAttribute(const char* label, const char* attribute) function in class:PersonWindow
350 fView->AddAttribute(label, attribute);
H A DPeopleApp.cpp332 window->AddAttribute(label, attribute->attribute);
H A DPersonView.cpp87 PersonView::AddAttribute(const char* label, const char* attribute) function in class:PersonView
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h58 status_t AddAttribute(const char* name,
H A DShareAttrDir.cpp333 // AddAttribute
335 ShareAttrDir::AddAttribute(const char* name, const attr_info& info, function in class:ShareAttrDir
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h53 status_t AddAttribute(const char* name,
H A DAttributeDirectory.cpp171 error = AddAttribute(name, info, (dataLoaded ? data : NULL));
189 // AddAttribute
191 AttributeDirectory::AddAttribute(const char* name, const attr_info& info, function in class:AttributeDirectory
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h62 void AddAttribute(PackageNodeAttribute* attribute);
H A DPackageNode.cpp84 PackageNode::AddAttribute(PackageNodeAttribute* attribute) function in class:PackageNode
H A DPackage.cpp211 node->AddAttribute(nodeAttribute);
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp205 status_t AddAttribute(Attribute* attribute, bool overwrite);
206 status_t AddAttribute(const char* name, type_code type,
209 status_t AddAttribute(const char* name, type_code type,
211 status_t AddAttribute(const char* name, type_code type,
213 status_t AddAttribute(const char* name, type_code type,
450 || inode->AddAttribute(attribute, true) != B_OK) {
719 inode->AddAttribute("Audio:Artist", B_STRING_TYPE,
721 inode->AddAttribute("Audio:Album", B_STRING_TYPE, text.album);
722 inode->AddAttribute("Audio:Title", B_STRING_TYPE, text.titles[i]);
723 inode->AddAttribute("Audi
1265 Inode::AddAttribute(Attribute* attribute, bool overwrite) function in class:Inode
1282 Inode::AddAttribute(const char* name, type_code type, bool overwrite, function in class:Inode
1304 Inode::AddAttribute(const char* name, type_code type, const char* string) function in class:Inode
1315 Inode::AddAttribute(const char* name, type_code type, uint32 value) function in class:Inode
1323 Inode::AddAttribute(const char* name, type_code type, uint64 value) function in class:Inode
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp194 error = AddAttribute(attribute);
216 // AddAttribute
218 Node::AddAttribute(Attribute *attribute) function in class:Node
H A DNode.h97 status_t AddAttribute(Attribute *attribute);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp138 status_t AddAttribute(AttributeEntry *entry);
812 status_t result = AddAttribute(entry);
862 AttributeFile::AddAttribute(AttributeEntry *entry) function in class:attribute_overlay::AttributeFile
1610 if (attributeFile->AddAttribute(entry) != B_OK)
1615 result = toAttributeFile->AddAttribute(entry);
1618 || attributeFile->AddAttribute(entry) != B_OK)

Completed in 96 milliseconds