Searched refs:FSIsTrashDir (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DFSUtils.h176 _IMPEXP_TRACKER bool FSIsTrashDir(const BEntry*);
H A DFSUtils.cpp627 if (FSIsDeskDir(entry) || FSIsTrashDir(entry) || FSIsRootDir(entry))
1034 destIsTrash = FSIsTrashDir(destEntry);
2265 if (FSIsTrashDir(sourceEntry) && moveMode != kCreateLink
2823 FSIsTrashDir(const BEntry* entry) function in namespace:BPrivate
4018 if (FSIsTrashDir(&parent))
H A DModel.cpp643 if (FSIsTrashDir(&entry))
H A DContainerWindow.cpp1459 fIsTrash = FSIsTrashDir(&entry);

Completed in 38 milliseconds