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

/haiku/src/kits/tracker/
H A DTrashWatcher.cpp136 && FSGetTrashDir(&trashDir, device) == B_OK) {
163 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
192 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
213 FSGetTrashDir(&trashDir, volume.Device());
H A DFBCPadding.cpp167 return FSGetTrashDir(trashDir, volume);
H A DFSUtils.h204 _IMPEXP_TRACKER status_t FSGetTrashDir(BDirectory* trashDir, dev_t volume);
H A DFSUtils.cpp1047 FSGetTrashDir(&destDir, srcVolumeDevice);
2087 result = FSGetTrashDir(&trash_dir, nodeRef.device);
2117 result = FSGetTrashDir(&trash_dir, nodeRef.device);
2669 FSGetTrashDir(BDirectory* trashDir, dev_t dev) function in namespace:BPrivate
2956 if (FSGetTrashDir(&trashDir, ref->device) != B_OK)
2993 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
3022 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
3210 FSGetTrashDir(&trashDir, volume.Device());
H A DNavMenu.cpp454 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
H A DPoseView.cpp1655 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
1742 if (FSGetTrashDir(&trash, volume.Device()) == B_OK
5525 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
5681 if (FSGetTrashDir(&trashDir, itemNode.device) != B_OK)
6168 // FSGetTrashDir over and over
6171 deviceHasTrashTmp[device] = FSGetTrashDir(&trashDir, device) == B_OK;
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp509 FSGetTrashDir(&trashDir, window->TargetModel()->EntryRef()->device);
558 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {

Completed in 197 milliseconds