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

/haiku/src/kits/tracker/
H A DTrashWatcher.cpp134 BDirectory trashDir; local
136 && FSGetTrashDir(&trashDir, device) == B_OK) {
138 trashDir.GetNodeRef(&trashNode);
161 BDirectory trashDir; local
163 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
172 trashDir.WriteAttr(kAttrIcon, B_VECTOR_ICON_TYPE, 0,
191 BDirectory trashDir; local
192 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
194 trashDir.GetNodeRef(&trash_node);
212 BDirectory trashDir; local
[all...]
H A DFBCPadding.cpp165 FSGetTrashDir__FP10BDirectoryl(BDirectory* trashDir, dev_t volume) argument
167 return FSGetTrashDir(trashDir, volume);
H A DFSUtils.cpp2669 FSGetTrashDir(BDirectory* trashDir, dev_t dev) argument
2671 if (trashDir == NULL)
2684 result = trashDir->SetTo(path.Path());
2691 result = trashDir->SetTo(path.Path());
2697 trashDir->GetStat(&sbuf);
2702 trashDir->WriteAttr(kAttrPoseInfo, B_RAW_TYPE, 0, &poseInfo,
2710 if (trashDir->GetAttrInfo(kAttrLargeIcon, &attrInfo) == B_ENTRY_NOT_FOUND) {
2713 trashDir->WriteAttr(kAttrLargeIcon, 'ICON', 0, data, size);
2716 if (trashDir->GetAttrInfo(kAttrMiniIcon, &attrInfo) == B_ENTRY_NOT_FOUND) {
2719 trashDir
3209 BDirectory trashDir; local
[all...]
H A DFSUtils.h204 _IMPEXP_TRACKER status_t FSGetTrashDir(BDirectory* trashDir, dev_t volume);
H A DNavMenu.cpp452 BDirectory trashDir; local
454 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
461 iteratorList->AddItem(new DirectoryEntryList(trashDir));
H A DPoseView.cpp1653 BDirectory trashDir; local
1655 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
1656 && trashDir.GetEntry(&entry) == B_OK) {
5522 BDirectory trashDir; local
5525 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
5526 && trashDir.GetEntry(&entry) == B_OK) {
5680 BDirectory trashDir; local
5681 if (FSGetTrashDir(&trashDir, itemNode.device) != B_OK)
5684 trashDir.GetNodeRef(&thisDirNode);
6165 BDirectory trashDir; local
[all...]
/haiku/src/bin/
H A Dtrash.cpp86 BDirectory trashDir(trash_dir);
87 err = trashDir.InitCheck();
97 if (!trashDir.Contains(trashed_file))
136 BDirectory trashDir(trash_dir);
137 err = trashDir.InitCheck();
141 while (trashDir.GetNextRef(&er) == B_OK) {
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp508 BDirectory trashDir; local
509 FSGetTrashDir(&trashDir, window->TargetModel()->EntryRef()->device);
524 trashDir.GetEntry(&trashEntry);
557 BDirectory trashDir; local
558 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
560 FSRecursiveCalcSize(window, &loopControl, &trashDir,
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp511 BDirectory trashDir(trashPath);
512 err = trashDir.InitCheck();
532 BEntry test(&trashDir, (*namesInTrash)[i].String());
545 err = entry.MoveTo(&trashDir, (*namesInTrash)[i].String());

Completed in 211 milliseconds