Searched refs:IsPersistent (Results 1 - 20 of 20) sorted by relevance

/haiku/src/kits/tracker/
H A DTrashWatcher.cpp188 if (volume.IsReadOnly() || !volume.IsPersistent())
209 if (volume.IsReadOnly() || !volume.IsPersistent())
H A DNavMenu.cpp449 if (volume.IsReadOnly() || !volume.IsPersistent())
491 if (!volume.IsPersistent()
679 if (!volume.IsPersistent())
H A DQueryPoseView.cpp522 if (volume.IsPersistent() && volume.KnowsQuery()) {
H A DTrackerInitialState.cpp453 if (volume.IsReadOnly() || !volume.IsPersistent()
H A DUtilities.cpp1040 if (tempVolume.IsPersistent() && tempVolume.KnowsQuery()) {
1086 if (tempVolume.IsPersistent() && tempVolume.KnowsQuery()) {
H A DFindPanel.cpp1931 if (volume.IsPersistent() && volume.KnowsQuery()) {
2004 if (volume.IsPersistent() && volume.KnowsQuery()
H A DFSUtils.cpp2989 if (volume.IsReadOnly() || !volume.IsPersistent())
3018 if (volume.IsReadOnly() || !volume.IsPersistent())
3206 if (volume.IsReadOnly() || !volume.IsPersistent())
H A DContainerWindow.cpp2307 if (!volume.IsReadOnly() && volume.IsPersistent())
2377 if (volume.IsReadOnly() || !volume.IsPersistent())
H A DPoseView.cpp1600 if (!volume.IsPersistent())
1650 if (!volume.IsPersistent())
1695 if (volume->InitCheck() != B_OK || !volume->IsPersistent()) {
1714 if (parentVolume.InitCheck() == B_OK && parentVolume.IsPersistent())
/haiku/headers/os/midi2/
H A DMidiEndpoint.h29 bool IsPersistent() const;
/haiku/headers/os/storage/
H A DVolume.h49 bool IsPersistent() const;
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp100 BMidiEndpoint::IsPersistent() const function in class:BMidiEndpoint
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp187 if (!vol.IsPersistent() || vol.IsReadOnly() || vol.IsRemovable()
280 if (!vol.IsPersistent() || vol.IsReadOnly()
H A DSettings.cpp179 if (!vol.IsPersistent() || vol.IsReadOnly() || vol.IsRemovable()
/haiku/src/kits/shared/
H A DQueryFile.cpp112 if (volume.IsPersistent() && volume.KnowsQuery())
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp160 CHK(volume.IsPersistent() == bool(info.flags & B_FS_IS_PERSISTENT));
186 CHK(volume.IsPersistent() == false);
/haiku/src/kits/storage/
H A DVolume.cpp309 BVolume::IsPersistent(void) const function in class:BVolume
/haiku/src/apps/diskusage/
H A DControlsView.cpp227 if (!tempVolume.IsPersistent())
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp550 if (!volume.IsPersistent())
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp638 if (volume.IsReadOnly() || !volume.IsPersistent()

Completed in 183 milliseconds