Symbol: MoveEntry
headers/private/index_server/IndexServerAddOn.h
92
virtual void MoveEntry(const entry_ref& oldRef,
src/add-ons/index_server/fulltext/FullTextAnalyser.h
32
void MoveEntry(const entry_ref& oldRef,
src/servers/index/AnalyserDispatcher.h
33
void MoveEntry(const entry_ref& oldRef,
src/servers/index/VolumeWatcher.cpp
166
fFileAnalyserList.ItemAt(i)->MoveEntry(oldRef, newRef);
src/servers/index/VolumeWatcher.cpp
314
MoveEntry((*collection.movedFromList)[i], (*collection.movedList)[i]);
src/servers/package/FSTransaction.h
127
transaction->MoveEntry(fromEntry, toEntry, modifiedOperation))
src/servers/package/FSTransaction.h
35
int32 MoveEntry(const Entry& fromEntry,
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1010
ExpectNotification(MoveEntry("dir2", "base/dir1/dir5"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1033
ExpectNotification(MoveEntry("base/dir2", "dir5"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1052
ExpectNotification(MoveEntry("base/dir1/dir2", "dir5"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1071
ExpectNotification(MoveEntry("base/dir1/dir2", "base/dir5"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1095
ExpectNotification(MoveEntry("base/dir2", "base/dir1/dir5"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1113
MoveEntry("ancestorSibling", "ancestor");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1120
MoveEntry("ancestorSibling", "ancestor");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1132
MoveEntry("ancestorSibling", "ancestor");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1147
MoveEntry("ancestorSibling", "ancestor");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1167
ExpectNotification(MoveEntry("ancestor/baseSibling", "ancestor/base"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1176
ExpectNotification(MoveEntry("ancestor/baseSibling", "ancestor/base"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1190
ExpectNotification(MoveEntry("ancestor/baseSibling", "ancestor/base"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1208
MoveEntry("ancestor", "ancestorSibling");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1223
MoveEntry("ancestor", "ancestorSibling");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1235
ExpectNotification(MoveEntry("ancestor/base", "ancestor/baseSibling"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1249
ExpectNotification(MoveEntry("ancestor/base", "ancestor/baseSibling"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1287
ExpectNotification(MoveEntry("fileSibling", "file"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
1301
ExpectNotification(MoveEntry("file", "fileSibling"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
843
MoveEntry("file1", "file2");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
849
MoveEntry("dir1", "dir2");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
856
ExpectNotification(MoveEntry("base/file1", "base/file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
865
ExpectNotification(MoveEntry("base/dir2", "base/dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
874
ExpectNotification(MoveEntry("base/dir1/file1", "base/dir1/file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
883
ExpectNotification(MoveEntry("base/dir1/dir2", "base/dir1/dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
891
ExpectNotification(MoveEntry("file1", "base/file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
899
ExpectNotification(MoveEntry("dir2", "base/dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
907
ExpectNotification(MoveEntry("file1", "base/dir1/file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
915
ExpectNotification(MoveEntry("dir2", "base/dir1/dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
924
ExpectNotification(MoveEntry("base/file1", "file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
932
ExpectNotification(MoveEntry("base/dir2", "dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
940
ExpectNotification(MoveEntry("base/dir1/file1", "file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
948
ExpectNotification(MoveEntry("base/dir1/dir2", "dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
956
ExpectNotification(MoveEntry("base/dir1/file1", "base/file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
965
ExpectNotification(MoveEntry("base/dir1/dir2", "base/dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
974
ExpectNotification(MoveEntry("base/file1", "base/dir1/file2"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
983
ExpectNotification(MoveEntry("base/dir2", "base/dir1/dir3"),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
995
ExpectNotification(MoveEntry("dir2", "base/dir5"),