Searched refs:attrNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DAttributeStream.cpp486 AttrNode* attrNode = NULL; local
497 attrNode = BufferingGet(name, type, size);
498 if (attrNode == NULL)
501 attrNode = fAttributes.ItemAt(index);
503 if (attrNode->fAttr.Size() > bufferSize)
506 memcpy(buffer, attrNode->fData, (size_t)attrNode->fAttr.Size());
508 return attrNode->fAttr.Size();
519 AttrNode* attrNode = new AttrNode(name, type, size, newBuffer); local
520 fAttributes.AddItem(attrNode);
549 AttrNode* attrNode = new AttrNode(name, type, size, newBuffer); local
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp170 Vnode attrNode(fVolume, inode->Attributes());
171 attrNode.Keep();

Completed in 167 milliseconds