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

/haiku/src/kits/storage/
H A DPathMonitor.cpp573 const entry_ref* fromEntryRef = NULL);
600 void _NotifyEntryMoved(const entry_ref& fromEntryRef,
1117 NotOwningEntryRef fromEntryRef; local
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
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.cpp388 NotOwningEntryRef fromEntryRef; local
394 || message->FindInt32("device", &fromEntryRef.device) != B_OK
395 || message->FindInt64("from directory", &fromEntryRef.directory) != B_OK
397 || message->FindString("from name", (const char**)&fromEntryRef.name)
403 toEntryRef.device = fromEntryRef.device;
409 fromEntryRef, message->GetString("from path", NULL), false);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp378 NotOwningEntryRef fromEntryRef; local
384 || message.FindInt32("device", &fromEntryRef.device)
387 &fromEntryRef.directory) != B_OK
391 (const char**)&fromEntryRef.name) != B_OK
396 toEntryRef.device = fromEntryRef.device;
399 && fromEntryRef == fFromEntryRef;

Completed in 47 milliseconds