Searched refs:FindAttribute (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageNode.h62 PackageNodeAttribute* FindAttribute(const char* name) const;
83 PackageNodeAttribute* attribute = FindAttribute(name);
H A DPackageNode.cpp83 PackageNode::FindAttribute(const char* name) const function in class:PackageNode
H A DUnpackingAttributeCookie.cpp90 PackageNodeAttribute* attribute = packageNode->FindAttribute(name);
158 PackageNodeAttribute* attribute = packageNode->FindAttribute(
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h96 status_t FindAttribute(const char *name, Attribute **attribute) const;
H A DNode.cpp268 // FindAttribute
270 Node::FindAttribute(const char *name, Attribute **_attribute) const function in class:Node
H A Dkernel_interface.cpp1499 node->FindAttribute(name, &attribute);
1574 error = node->FindAttribute(name, &attribute);
1666 error = node->FindAttribute(cookie->GetName(), &attribute);
1708 error = node->FindAttribute(cookie->GetName(), &attribute);
1746 error = node->FindAttribute(cookie->GetName(), &attribute);
1792 error = node->FindAttribute(name, &attribute);
H A DQuery.cpp1013 if (node->FindAttribute(fAttribute, &attribute) == B_OK) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.h97 status_t FindAttribute(const char *name, Attribute **attribute) const;
H A DNode.cpp268 // FindAttribute
270 Node::FindAttribute(const char *name, Attribute **_attribute) const function in class:Node
H A Dkernel_interface.cpp1653 if (error == B_OK && node->FindAttribute(name, &attribute) != B_OK)
1688 error = node->FindAttribute(name, &attribute);
1713 error = node->FindAttribute(name, &attribute);
1753 error = node->FindAttribute(name, &attribute);
H A DQuery.cpp1000 if (node->FindAttribute(fAttribute, &attribute) == B_OK) {
/haiku-fatelf/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp201 Attribute* FindAttribute(const char* name) const;
1238 Inode::FindAttribute(const char* name) const function in class:Inode
1258 Attribute* oldAttribute = FindAttribute(attribute->Name());
2058 Attribute* attribute = inode->FindAttribute(name);
2094 Attribute* attribute = inode->FindAttribute(name);
2130 Attribute* attribute = inode->FindAttribute((const char*)_cookie);
2147 Attribute* attribute = inode->FindAttribute((const char*)_cookie);
2172 Attribute* attribute = inode->FindAttribute((const char*)_cookie);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp129 AttributeEntry * FindAttribute(const char *name,
766 AttributeFile::FindAttribute(const char *name, uint32 *index) function in class:attribute_overlay::AttributeFile
785 AttributeEntry *existing = FindAttribute(name);
827 AttributeEntry *entry = FindAttribute(name);
843 AttributeEntry *entry = FindAttribute(name, &index);
868 if (FindAttribute(entry->Name()) != NULL)

Completed in 128 milliseconds