FSIsPrintersDir
if (entry.InitCheck() == B_OK && entry.IsDirectory() && !FSIsPrintersDir(&entry)) {
if (!FSIsPrintersDir(&entry) && !fDragContextMenu->IsShowing()) {
if (FSIsDeskDir(entry) || FSIsPrintersDir(entry) || FSIsRootDir(entry) || FSIsTrashDir(entry))
} else if (FSIsPrintersDir(&entry)
_IMPEXP_TRACKER bool FSIsPrintersDir(const BEntry*);
return FSIsPrintersDir(&entry);