Searched refs:MoveEntry (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp610 MonitoringInfo MoveEntry(const char* fromPath, const char* toPath) function in struct:Test
843 MoveEntry("file1", "file2");
849 MoveEntry("dir1", "dir2");
856 ExpectNotification(MoveEntry("base/file1", "base/file2"),
865 ExpectNotification(MoveEntry("base/dir2", "base/dir3"),
874 ExpectNotification(MoveEntry("base/dir1/file1", "base/dir1/file2"),
883 ExpectNotification(MoveEntry("base/dir1/dir2", "base/dir1/dir3"),
891 ExpectNotification(MoveEntry("file1", "base/file2"),
899 ExpectNotification(MoveEntry("dir2", "base/dir3"),
907 ExpectNotification(MoveEntry("file
[all...]
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.h32 void MoveEntry(const entry_ref& oldRef,
H A DFullTextAnalyser.cpp92 FullTextAnalyser::MoveEntry(const entry_ref& oldRef, const entry_ref& newRef) function in class:FullTextAnalyser
96 STRACE("FullTextAnalyser MoveEntry: %s to %s\n", oldRef.name, newRef.name);
/haiku/src/servers/index/
H A DAnalyserDispatcher.h33 void MoveEntry(const entry_ref& oldRef,
H A DVolumeWatcher.cpp163 AnalyserDispatcher::MoveEntry(const entry_ref& oldRef, const entry_ref& newRef) function in class:AnalyserDispatcher
166 fFileAnalyserList.ItemAt(i)->MoveEntry(oldRef, newRef);
314 MoveEntry((*collection.movedFromList)[i], (*collection.movedList)[i]);
/haiku/src/servers/package/
H A DFSTransaction.h35 int32 MoveEntry(const Entry& fromEntry,
127 transaction->MoveEntry(fromEntry, toEntry, modifiedOperation))
H A DFSTransaction.cpp186 FSTransaction::MoveEntry(const Entry& fromEntry, const Entry& toEntry, function in class:FSTransaction
/haiku/headers/private/index_server/
H A DIndexServerAddOn.h92 virtual void MoveEntry(const entry_ref& oldRef, function in class:FileAnalyser

Completed in 63 milliseconds