Home
last modified time | relevance | path

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; 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()
[all …]
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp389 NotOwningEntryRef toEntryRef; in _EntryMoved() local
396 || message->FindInt64("to directory", &toEntryRef.directory) != B_OK in _EntryMoved()
399 || message->FindString("name", (const char**)&toEntryRef.name) in _EntryMoved()
403 toEntryRef.device = fromEntryRef.device; in _EntryMoved()
411 toEntryRef, message->GetString("path", NULL), false); in _EntryMoved()
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp379 NotOwningEntryRef toEntryRef; in Matches() local
388 || message.FindInt64("to directory", &toEntryRef.directory) in Matches()
393 (const char**)&toEntryRef.name) != B_OK) { in Matches()
396 toEntryRef.device = fromEntryRef.device; in Matches()
398 return nodeRef == fNodeRef && toEntryRef == fEntryRef in Matches()