Searched refs:PackageNodeAttribute (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNodeAttribute.cpp7 #include "PackageNodeAttribute.h"
15 CLASS_CACHE(PackageNodeAttribute); variable
18 PackageNodeAttribute::PackageNodeAttribute(uint32 type, function in class:PackageNodeAttribute
29 PackageNodeAttribute::~PackageNodeAttribute()
35 PackageNodeAttribute::Init(const String& name)
H A DPackageNodeAttribute.h19 class PackageNodeAttribute class in inherits:DoublyLinkedListLinkImpl
20 : public DoublyLinkedListLinkImpl<PackageNodeAttribute> {
25 PackageNodeAttribute(uint32 type,
27 ~PackageNodeAttribute();
48 typedef DoublyLinkedList<PackageNodeAttribute> PackageNodeAttributeList;
H A DPackageNode.cpp31 while (PackageNodeAttribute* attribute = fAttributes.RemoveHead())
84 PackageNode::AddAttribute(PackageNodeAttribute* attribute)
91 PackageNode::RemoveAttribute(PackageNodeAttribute* attribute)
97 PackageNodeAttribute*
101 PackageNodeAttribute* attribute = it.Next();) {
113 ((PackageNodeAttribute*)attributeCookie)->SetIndexCookie(NULL);
H A DPackageNode.h16 #include "PackageNodeAttribute.h"
62 void AddAttribute(PackageNodeAttribute* attribute);
64 PackageNodeAttribute* attribute);
69 PackageNodeAttribute* FindAttribute(const StringKey& name) const;
100 PackageNodeAttribute* attribute = FindAttribute(name);
H A DPackage.cpp204 PackageNodeAttribute* nodeAttribute = new
205 PackageNodeAttribute(attribute->Type(),
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeCookie.h16 class PackageNodeAttribute;
23 PackageNodeAttribute* attribute,
36 PackageNodeAttribute* attribute,
45 PackageNodeAttribute* fAttribute;
H A DUnpackingAttributeDirectoryCookie.h13 class PackageNodeAttribute;
34 PackageNodeAttribute* fAttribute;
H A DUnpackingAttributeCookie.cpp55 PackageNodeAttribute* attribute, int openMode)
82 PackageNodeAttribute* attribute = packageNode->FindAttribute(name);
120 PackageNodeAttribute* attribute, off_t offset, void* buffer,
157 PackageNodeAttribute* attribute = packageNode->FindAttribute(

Completed in 147 milliseconds