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

/haiku-fatelf/src/apps/people/
H A DPersonWindow.h43 void AddAttribute(const char* label,
H A DPersonView.h45 void AddAttribute(const char* label,
H A DPersonWindow.cpp341 PersonWindow::AddAttribute(const char* label, const char* attribute) function in class:PersonWindow
343 fView->AddAttribute(label, attribute);
H A DPeopleApp.cpp329 window->AddAttribute(label, attribute->attribute);
H A DPersonView.cpp86 PersonView::AddAttribute(const char* label, const char* attribute) function in class:PersonView
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageNode.cpp69 PackageNode::AddAttribute(PackageNodeAttribute* attribute) function in class:PackageNode
H A DPackageNode.h55 void AddAttribute(PackageNodeAttribute* attribute);
H A DVolume.cpp278 node->AddAttribute(nodeAttribute);
/haiku-fatelf/src/bin/makeudfimage/
H A DStatistics.h34 void AddAttribute() { fAttributes++; } function in class:Statistics
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareAttrDir.h57 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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DAttributeDirectory.h53 status_t AddAttribute(const char* name,
H A DAttributeDirectory.cpp170 error = AddAttribute(name, info, (dataLoaded ? data : NULL));
188 // AddAttribute
190 AttributeDirectory::AddAttribute(const char* name, const attr_info& info, function in class:AttributeDirectory
/haiku-fatelf/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp202 status_t AddAttribute(Attribute* attribute, bool overwrite);
203 status_t AddAttribute(const char* name, type_code type,
206 status_t AddAttribute(const char* name, type_code type,
208 status_t AddAttribute(const char* name, type_code type,
210 status_t AddAttribute(const char* name, type_code type,
444 || inode->AddAttribute(attribute, true) != B_OK) {
717 inode->AddAttribute("Audio:Artist", B_STRING_TYPE,
719 inode->AddAttribute("Audio:Album", B_STRING_TYPE, text.album);
720 inode->AddAttribute("Audio:Title", B_STRING_TYPE, text.titles[i]);
721 inode->AddAttribute("Audi
1256 Inode::AddAttribute(Attribute* attribute, bool overwrite) function in class:Inode
1273 Inode::AddAttribute(const char* name, type_code type, bool overwrite, function in class:Inode
1295 Inode::AddAttribute(const char* name, type_code type, const char* string) function in class:Inode
1306 Inode::AddAttribute(const char* name, type_code type, uint32 value) function in class:Inode
1314 Inode::AddAttribute(const char* name, type_code type, uint64 value) function in class:Inode
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp188 error = AddAttribute(attribute);
210 // AddAttribute
212 Node::AddAttribute(Attribute *attribute) function in class:Node
H A DNode.h93 status_t AddAttribute(Attribute *attribute);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.cpp188 error = AddAttribute(attribute);
210 // AddAttribute
212 Node::AddAttribute(Attribute *attribute) function in class:Node
H A DNode.h94 status_t AddAttribute(Attribute *attribute);
/haiku-fatelf/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 145 milliseconds