Lines Matching refs:toEntryRef

571 									const entry_ref& toEntryRef,
601 const entry_ref& toEntryRef,
1118 NotOwningEntryRef toEntryRef;
1125 || message->FindInt64("to directory", &toEntryRef.directory) != B_OK
1128 || message->FindString("name", (const char**)&toEntryRef.name)
1132 toEntryRef.device = fromEntryRef.device;
1134 if (_CheckDuplicateEntryNotification(B_ENTRY_MOVED, toEntryRef, nodeRef,
1142 fromEntryRef.name, toEntryRef.device, toEntryRef.directory,
1143 toEntryRef.name, nodeRef.device, nodeRef.node);
1147 if (entry.SetTo(&toEntryRef) != B_OK || entry.GetStat(&st) != B_OK
1155 Ancestor* toAncestor = _GetAncestor(toEntryRef.DirectoryNodeRef());
1159 Node* toDirectoryNode = _GetNode(toEntryRef.DirectoryNodeRef());
1168 || _EntryCreated(toEntryRef, nodeRef, isDirectory, true,
1184 _EntryCreated(toEntryRef, nodeRef, isDirectory, false,
1211 toEntryRef.name);
1214 _NotifyEntryMoved(fromEntryRef, toEntryRef, nodeRef,
1233 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true,
1268 path = make_path(fPath, toEntryRef.name);
1270 _NotifyEntryMoved(fromEntryRef, toEntryRef, nodeRef,
1282 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true, NULL);
1297 && strcmp(toEntryRef.name, fBaseAncestor->Name()) == 0;
1324 _NotifyEntryMoved(fromEntryRef, toEntryRef, nodeRef,
1333 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true, NULL);
1605 const entry_ref& toEntryRef, const node_ref& nodeRef,
1610 && toEntryRef == fDuplicateEntryNotificationToEntryRef
1618 fDuplicateEntryNotificationToEntryRef = toEntryRef;
1872 const entry_ref& toEntryRef, const node_ref& nodeRef, const char* fromPath,
1883 fromEntryRef.directory, fromEntryRef.name, toEntryRef.device,
1884 toEntryRef.directory, toEntryRef.name, nodeRef.device, nodeRef.node);
1890 message.AddInt64("to directory", toEntryRef.directory);
1894 message.AddString("name", toEntryRef.name);