Searched refs:IndexAttribute (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeCookie.h39 static status_t IndexAttribute(PackageNode* packageNode,
H A DNode.cpp108 Node::IndexAttribute(AttributeIndexer* indexer) function in class:Node
H A DUnpackingLeafNode.h56 virtual status_t IndexAttribute(AttributeIndexer* indexer);
H A DUnpackingDirectory.h47 virtual status_t IndexAttribute(AttributeIndexer* indexer);
H A DUnpackingDirectory.cpp209 UnpackingDirectory::IndexAttribute(AttributeIndexer* indexer) function in class:UnpackingDirectory
211 return UnpackingAttributeCookie::IndexAttribute(fPackageDirectories.Head(),
H A DUnpackingLeafNode.cpp313 UnpackingLeafNode::IndexAttribute(AttributeIndexer* indexer) function in class:UnpackingLeafNode
315 return UnpackingAttributeCookie::IndexAttribute(_ActivePackageNode(),
H A DNode.h87 virtual status_t IndexAttribute(AttributeIndexer* indexer);
H A DUnpackingAttributeCookie.cpp150 UnpackingAttributeCookie::IndexAttribute(PackageNode* packageNode, function in class:UnpackingAttributeCookie
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp308 if (node->IndexAttribute(fIndexer) != B_OK)

Completed in 54 milliseconds