Searched refs:trash (Results 1 - 10 of 10) sorted by path

/haiku/3rdparty/mmu_man/scripts/
H A DQuickConfig.sh15 trash $hostKeyDir/ssh_host_*key*
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp215 DirectoryCache::_LoadSnapshot(bool trash) argument
221 if (trash)
H A DDirectoryCache.h76 status_t _LoadSnapshot(bool trash);
/haiku/src/apps/showimage/
H A DImageFileNavigator.cpp604 /*! Moves the current file into the trash.
616 BMessage trash(BPrivate::kMoveToTrash);
617 trash.AddRef("refs", &fCurrentRef);
622 if (tracker.SendMessage(&trash) != B_OK)
/haiku/src/bin/
H A Dtrash.cpp2 * [un]trash command for Haiku
26 printf("\nSend files to trash, or restore them.\nUsage:\n");
27 printf("trash [--restore|--empty|--list] file ...\n");
55 status_t trash(const char *f) function
205 /* or trash them */
207 err = trash(argv[i]);
/haiku/src/apps/people/
H A DPersonWindow.cpp264 BPath trash; local
265 find_directory(B_TRASH_DIRECTORY, &trash, false,
269 if (folder == trash)
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1629 // cannot cut files in root, trash or in a virtual directory
2402 BMenuItem* trash = parent->FindItem(kMoveToTrash); local
2403 int32 index = trash != NULL ? parent->IndexOf(trash) + 2 : 0;
2554 // selected item was trash, show the trash context menu instead
2574 // don't show a popup for the trash or printers
2575 // trash is handled in DeskWindow
2882 // setup special trash context menu
H A DPoseView.cpp1644 // the trash window needs to display a union of all the
1645 // trash folders from all the mounted volumes
1739 BDirectory trash; local
1742 if (FSGetTrashDir(&trash, volume.Device()) == B_OK
1743 && trash.GetEntry(&entry) == B_OK
2942 // as well as the trash on desktop
5106 // can't copy items into the trash
5117 // can't create symlinks into the trash
5520 // add trash items from newly mounted volume
5709 // for queries we check for move to trash an
[all...]
/haiku/src/servers/mail/
H A DDeskbarView.cpp145 BDirectory trash(path.Path());
146 return trash.Contains(&entry);
H A DMailDaemonApplication.cpp901 BDirectory trash(path.Path());
902 return trash.Contains(&entry);

Completed in 105 milliseconds