Searched refs:IsShared (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/os/storage/
H A DVolume.h50 bool IsShared() const;
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp135 && (!volume.IsShared()
H A DMountMenu.cpp197 if (volume.IsShared()) {
H A DIconCache.cpp610 if (volume.IsShared()) {
H A DFilePanelPriv.cpp1808 && (!volume.IsShared()
H A DPoseView.cpp1603 if (volume.IsShared() && !mountShared)
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp188 || vol.IsShared())
281 || vol.IsRemovable() || vol.IsShared()) {
H A DSettings.cpp180 || vol.IsShared())
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp161 CHK(volume.IsShared() == bool(info.flags & B_FS_IS_SHARED));
187 CHK(volume.IsShared() == false);
/haiku/src/kits/storage/
H A DVolume.cpp323 BVolume::IsShared(void) const function in class:BVolume
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp248 fShared = volume.IsShared();
H A DDiskView.cpp86 fShared = volume.IsShared();

Completed in 108 milliseconds