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

/haiku-fatelf/src/kits/tracker/
H A DTrashWatcher.cpp128 BDirectory trashDir; local
130 && FSGetTrashDir(&trashDir, device) == B_OK) {
132 trashDir.GetNodeRef(&trashNode);
155 BDirectory trashDir; local
157 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
177 trashDir.WriteAttr(kAttrIcon, B_VECTOR_ICON_TYPE, 0,
184 trashDir.WriteAttr(kAttrLargeIcon, 'ICON', 0,
190 trashDir.WriteAttr(kAttrMiniIcon, 'MICN', 0,
209 BDirectory trashDir; local
210 if (FSGetTrashDir(&trashDir, volum
230 BDirectory trashDir; local
[all...]
H A DNavMenu.cpp441 BDirectory trashDir; local
443 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK)
445 AddItem(new DirectoryEntryList(trashDir));
H A DFSUtils.h202 _IMPEXP_TRACKER status_t FSGetTrashDir(BDirectory* trashDir, dev_t volume);
H A DFSUtils.cpp2472 FSGetTrashDir(BDirectory* trashDir, dev_t dev) argument
2484 result = trashDir->SetTo(path.Path());
2496 result = trashDir->SetTo(path.Path());
2502 trashDir->GetStat(&sbuf);
2507 trashDir->WriteAttr(kAttrPoseInfo, B_RAW_TYPE, 0, &poseInfo,
2515 trashDir->WriteAttr(kAttrLargeIcon, 'ICON', 0, data, size);
2519 trashDir->WriteAttr(kAttrMiniIcon, 'MICN', 0, data, size);
2524 trashDir->WriteAttr(kAttrIcon, B_VECTOR_ICON_TYPE, 0, data, size);
2754 BDirectory trashDir;
2755 if (FSGetTrashDir(&trashDir, re
3022 BDirectory trashDir; local
[all...]
H A DInfoWindow.cpp718 BDirectory trashDir; local
719 FSGetTrashDir(&trashDir, window->TargetModel()->EntryRef()->device);
734 trashDir.GetEntry(&trashEntry);
768 BDirectory trashDir; local
769 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
771 FSRecursiveCalcSize(window, &loopControl, &trashDir,
H A DPoseView.cpp1567 BDirectory trashDir; local
1569 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
1570 && trashDir.GetEntry(&entry) == B_OK) {
5277 BDirectory trashDir; local
5280 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
5281 && trashDir.GetEntry(&entry) == B_OK) {
5429 BDirectory trashDir; local
5430 if (FSGetTrashDir(&trashDir, itemNode.device) != B_OK)
5433 trashDir.GetNodeRef(&thisDirNode);
5898 BDirectory trashDir; local
[all...]
/haiku-fatelf/src/bin/
H A Dtrash.cpp84 BDirectory trashDir(trash_dir);
85 err = trashDir.InitCheck();
95 if (!trashDir.Contains(trashed_file))
134 BDirectory trashDir(trash_dir);
135 err = trashDir.InitCheck();
139 while (trashDir.GetNextRef(&er) == B_OK) {
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp439 BDirectory trashDir(trashPath);
440 err = trashDir.InitCheck();
460 BEntry test(&trashDir, (*namesInTrash)[i].String());
473 err = entry.MoveTo(&trashDir, (*namesInTrash)[i].String());

Completed in 215 milliseconds