Lines Matching defs:fromEntryRef

573 									const entry_ref* fromEntryRef = NULL);
600 void _NotifyEntryMoved(const entry_ref& fromEntryRef,
1117 NotOwningEntryRef fromEntryRef;
1123 || message->FindInt32("device", &fromEntryRef.device) != B_OK
1124 || message->FindInt64("from directory", &fromEntryRef.directory) != B_OK
1126 || message->FindString("from name", (const char**)&fromEntryRef.name)
1132 toEntryRef.device = fromEntryRef.device;
1135 &fromEntryRef)) {
1141 ":%" B_PRIdINO "\n", this, fromEntryRef.device, fromEntryRef.directory,
1142 fromEntryRef.name, toEntryRef.device, toEntryRef.directory,
1149 _EntryRemoved(fromEntryRef, nodeRef, false, true, NULL);
1154 Ancestor* fromAncestor = _GetAncestor(fromEntryRef.DirectoryNodeRef());
1158 Node* fromDirectoryNode = _GetNode(fromEntryRef.DirectoryNodeRef());
1166 || _EntryRemoved(fromEntryRef, nodeRef, true, false, NULL))
1177 _EntryRemoved(fromEntryRef, nodeRef, false, false,
1205 fromEntryRef.name);
1214 _NotifyEntryMoved(fromEntryRef, toEntryRef, nodeRef,
1229 _EntryRemoved(fromEntryRef, nodeRef, false, true, NULL);
1264 fromPath = make_path(fPath, fromEntryRef.name);
1270 _NotifyEntryMoved(fromEntryRef, toEntryRef, nodeRef,
1287 _EntryRemoved(fromEntryRef, nodeRef, false, true, NULL);
1295 && strcmp(fromEntryRef.name, fBaseAncestor->Name()) == 0;
1324 _NotifyEntryMoved(fromEntryRef, toEntryRef, nodeRef,
1332 _EntryRemoved(fromEntryRef, nodeRef, false, true, NULL);
1606 const entry_ref* fromEntryRef)
1611 && (fromEntryRef == NULL
1612 || *fromEntryRef == fDuplicateEntryNotificationFromEntryRef)) {
1619 fDuplicateEntryNotificationFromEntryRef = fromEntryRef != NULL
1620 ? *fromEntryRef : entry_ref();
1871 PathHandler::_NotifyEntryMoved(const entry_ref& fromEntryRef,
1882 B_PRIdDEV ":%" B_PRIdINO "\n", this, fromEntryRef.device,
1883 fromEntryRef.directory, fromEntryRef.name, toEntryRef.device,
1888 message.AddInt32("device", fromEntryRef.device);
1889 message.AddInt64("from directory", fromEntryRef.directory);
1893 message.AddString("from name", fromEntryRef.name);