Searched refs:FSGetTrashDir (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/kits/tracker/
H A DTrashWatcher.cpp130 && FSGetTrashDir(&trashDir, device) == B_OK) {
157 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
210 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
231 FSGetTrashDir(&trashDir, volume.Device());
H A DFSUtils.h202 _IMPEXP_TRACKER status_t FSGetTrashDir(BDirectory* trashDir, dev_t volume);
H A DFSUtils.cpp912 FSGetTrashDir(&destDir, srcVolumeDevice);
1908 result = FSGetTrashDir(&trash_dir, nodeRef.device);
1938 result = FSGetTrashDir(&trash_dir, nodeRef.device);
2472 FSGetTrashDir(BDirectory* trashDir, dev_t dev) function in namespace:BPrivate
2755 if (FSGetTrashDir(&trashDir, ref->device) != B_OK)
2792 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
2821 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
3023 FSGetTrashDir(&trashDir, volume.Device());
H A DNavMenu.cpp443 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK)
H A DInfoWindow.cpp719 FSGetTrashDir(&trashDir, window->TargetModel()->EntryRef()->device);
769 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
H A DPoseView.cpp1569 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
1650 if (FSGetTrashDir(&trash, volume.Device()) == B_OK
5280 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
5430 if (FSGetTrashDir(&trashDir, itemNode.device) != B_OK)
5901 // FSGetTrashDir over and over
5904 deviceHasTrashTmp[device] = FSGetTrashDir(&trashDir, device) == B_OK;

Completed in 135 milliseconds