Lines Matching refs:toEntryRef

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