Searched refs:IndexCookieForAttribute (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DOldUnpackingNodeAttributes.cpp39 OldUnpackingNodeAttributes::IndexCookieForAttribute(const StringKey& name) const function in class:OldUnpackingNodeAttributes
42 ? fPackageNode->IndexCookieForAttribute(name) : NULL;
H A DNodeListener.cpp19 OldNodeAttributes::IndexCookieForAttribute(const StringKey& name) const function in class:OldNodeAttributes
H A DOldUnpackingNodeAttributes.h22 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DNode.cpp115 Node::IndexCookieForAttribute(const StringKey& name) const function in class:Node
H A DUnpackingLeafNode.h57 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DUnpackingDirectory.h48 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DUnpackingDirectory.cpp217 UnpackingDirectory::IndexCookieForAttribute(const StringKey& name) const function in class:UnpackingDirectory
220 return packageDirectory->IndexCookieForAttribute(name);
H A DNodeListener.h29 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DUnpackingLeafNode.cpp321 UnpackingLeafNode::IndexCookieForAttribute(const StringKey& name) const function in class:UnpackingLeafNode
324 return packageNode->IndexCookieForAttribute(name);
H A DNode.h88 virtual void* IndexCookieForAttribute(const StringKey& name)
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h73 inline void* IndexCookieForAttribute(const StringKey& name)
98 PackageNode::IndexCookieForAttribute(const StringKey& name) const function in class:PackageNode
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp321 TreeValue* treeValue = (TreeValue*)node->IndexCookieForAttribute(Name());
338 = (TreeValue*)oldAttributes.IndexCookieForAttribute(Name());
339 TreeValue* treeValue = (TreeValue*)node->IndexCookieForAttribute(Name());

Completed in 91 milliseconds