Searched refs:trashDirectory (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp486 BPath trashDirectory(trashPath);
489 if (parentDirectory == trashDirectory) {
/haiku/src/kits/tracker/
H A DFSUtils.cpp2992 BDirectory trashDirectory; local
2993 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
2997 trashDirectory.GetEntry(&entry);
3021 BDirectory trashDirectory; local
3022 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
3026 trashDirectory.GetEntry(&entry);

Completed in 89 milliseconds