Searched refs:oldAttributes (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DNodeListener.cpp56 const OldNodeAttributes& oldAttributes)
55 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
H A DPackageLinksListener.h24 const OldNodeAttributes& oldAttributes) = 0;
H A DLastModifiedIndex.h26 const OldNodeAttributes& oldAttributes);
H A DNameIndex.h29 const OldNodeAttributes& oldAttributes);
H A DSizeIndex.h26 const OldNodeAttributes& oldAttributes);
H A DPackageLinkSymlink.cpp91 OldAttributes oldAttributes(fModifiedTime, FileSize());
106 B_STAT_SIZE | B_STAT_MODIFICATION_TIME, oldAttributes);
H A DAttributeIndex.h32 const OldNodeAttributes& oldAttributes);
H A DLastModifiedIndex.cpp130 const OldNodeAttributes& oldAttributes);
200 const OldNodeAttributes& oldAttributes)
205 time_t oldLastModified = oldAttributes.ModifiedTime().tv_sec;
288 const OldNodeAttributes& oldAttributes)
199 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
287 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
H A DSizeIndex.cpp129 const OldNodeAttributes& oldAttributes);
199 const OldNodeAttributes& oldAttributes)
204 off_t oldSize = oldAttributes.FileSize();
286 const OldNodeAttributes& oldAttributes)
198 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
285 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
H A DAttributeIndex.cpp171 const OldNodeAttributes& oldAttributes);
317 const OldNodeAttributes& oldAttributes)
323 = (TreeValue*)oldAttributes.IndexCookieForAttribute(Name());
408 const OldNodeAttributes& oldAttributes)
316 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
407 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
H A DNodeListener.h39 const OldNodeAttributes& oldAttributes);
H A DVolume.h105 const OldNodeAttributes& oldAttributes);
198 const OldNodeAttributes& oldAttributes);
H A DNameIndex.cpp180 const OldNodeAttributes& oldAttributes)
179 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
H A DVolume.cpp860 const OldNodeAttributes& oldAttributes)
863 _NotifyNodeChanged(node, statFields, oldAttributes);
1969 const OldNodeAttributes& oldAttributes)
1980 listener->NodeChanged(node, statFields, oldAttributes);
859 PackageLinkNodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
1968 _NotifyNodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp207 Attribute** oldAttributes = new(std::nothrow) Attribute*[oldCount]; local
208 if (!oldAttributes)
210 ArrayDeleter<Attribute*> _(oldAttributes);
249 oldAttributes[i] = attribute;
258 Attribute* oldAttr = (oldCount > 0 ? oldAttributes[oldIndex] : NULL);
289 Attribute::DeleteAttribute(oldAttributes[i]);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareAttrDir.cpp207 Attribute** oldAttributes = new Attribute*[oldCount]; local
208 if (!oldAttributes)
210 ArrayDeleter<Attribute*> _(oldAttributes);
249 oldAttributes[i] = attribute;
258 Attribute* oldAttr = (oldCount > 0 ? oldAttributes[oldIndex] : NULL);
289 Attribute::DeleteAttribute(oldAttributes[i]);
/haiku-fatelf/src/kits/tracker/
H A DFindPanel.h156 const BMessage* oldAttributes = 0, const BPoint* oldLocation = 0);
H A DFindPanel.cpp392 bool queryTemplate, const BMessage* oldAttributes,
395 if (oldAttributes)
397 BContainerWindow::SetLayoutState(file, oldAttributes);
543 BMessage oldAttributes; local
550 BContainerWindow::GetLayoutState(fFile, &oldAttributes);
592 SaveQueryAsAttributes(fFile, &entry, !find, newFile ? 0 : &oldAttributes,
391 SaveQueryAsAttributes(BNode* file, BEntry* entry, bool queryTemplate, const BMessage* oldAttributes, const BPoint* oldLocation) argument
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c1374 xmlAttributePtr oldAttributes = NULL; local
1460 oldAttributes = ret->attributes;
1542 ret->attributes = oldAttributes;

Completed in 259 milliseconds