Searched refs:toEntryRef (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/storage/
H A DPathMonitor.cpp571 const entry_ref& toEntryRef,
601 const entry_ref& toEntryRef,
1118 NotOwningEntryRef toEntryRef; local
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
1604 _CheckDuplicateEntryNotification(int32 opcode, const entry_ref& toEntryRef, const node_ref& nodeRef, const entry_ref* fromEntryRef) argument
1871 _NotifyEntryMoved(const entry_ref& fromEntryRef, const entry_ref& toEntryRef, const node_ref& nodeRef, const char* fromPath, const char* path, bool isDirectory, bool wasAdded, bool wasRemoved) const argument
[all...]
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp389 NotOwningEntryRef toEntryRef; local
396 || message->FindInt64("to directory", &toEntryRef.directory) != B_OK
399 || message->FindString("name", (const char**)&toEntryRef.name)
403 toEntryRef.device = fromEntryRef.device;
411 toEntryRef, message->GetString("path", NULL), false);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp379 NotOwningEntryRef toEntryRef; local
388 || message.FindInt64("to directory", &toEntryRef.directory)
393 (const char**)&toEntryRef.name) != B_OK) {
396 toEntryRef.device = fromEntryRef.device;
398 return nodeRef == fNodeRef && toEntryRef == fEntryRef

Completed in 51 milliseconds