/haiku/src/bin/ |
H A D | query.cpp | 168 if (!volume.KnowsQuery()) in main() 179 if (volume.KnowsQuery()) in main()
|
/haiku/src/bin/filteredquery/ |
H A D | query.cpp | 185 if (!volume.KnowsQuery()) in main() 196 if (volume.KnowsQuery()) in main()
|
/haiku/src/tests/system/kernel/ |
H A D | live_query.cpp | 127 if (!volume.KnowsQuery()) { in ArgvReceived() 139 if (volume.KnowsQuery()) in ArgvReceived()
|
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | Volume.h | 23 bool KnowsQuery() const;
|
H A D | Volume.cpp | 202 Volume::KnowsQuery() const in KnowsQuery() function in Volume
|
H A D | VolumeManager.cpp | 823 if (!volume->KnowsQuery()) in OpenQuery()
|
/haiku/headers/os/storage/ |
H A D | Volume.h | 53 bool KnowsQuery() const;
|
/haiku/src/apps/mail/ |
H A D | QueryList.cpp | 82 if (volume.KnowsQuery() && volume.KnowsAttr() && volume.KnowsMime()) in Init()
|
H A D | QueryMenu.cpp | 177 if ((volume.KnowsQuery() == true) && (volume.KnowsAttr() == true) && in SetPredicate()
|
H A D | MailWindow.cpp | 1398 if (!volume.KnowsQuery()) in MessageReceived()
|
/haiku/src/kits/shared/ |
H A D | QueryFile.cpp | 112 if (volume.IsPersistent() && volume.KnowsQuery()) in SetTo()
|
/haiku/src/tests/kits/storage/ |
H A D | VolumeTest.cpp | 164 CHK(volume.KnowsQuery() == bool(info.flags & B_FS_HAS_QUERY)); in CheckVolume() 190 CHK(volume.KnowsQuery() == false); in CheckVolume()
|
/haiku/src/kits/storage/ |
H A D | Volume.cpp | 365 BVolume::KnowsQuery(void) const in KnowsQuery() function in BVolume
|
/haiku/src/apps/musiccollection/ |
H A D | MusicCollectionWindow.cpp | 325 if (!volume.KnowsQuery()) in _StartNewQuery()
|
/haiku/src/kits/tracker/ |
H A D | NodeWalker.cpp | 714 } while (!fVol.KnowsQuery()); in NextVolume()
|
H A D | TrackerInitialState.cpp | 454 || !volume.KnowsAttr() || !volume.KnowsQuery()) in InstallIndices()
|
H A D | QueryPoseView.cpp | 637 if (volume.IsPersistent() && volume.KnowsQuery()) { in QueryEntryListCollection()
|
H A D | Utilities.cpp | 1065 if (tempVolume.IsPersistent() && tempVolume.KnowsQuery()) { in MatchArchivedVolume() 1111 if (tempVolume.IsPersistent() && tempVolume.KnowsQuery()) { in MatchArchivedVolume()
|
H A D | FindPanel.cpp | 403 if (volume.IsPersistent() && volume.KnowsQuery() && volume.KnowsAttr()) { in PopulateTemplatesMenu() 1605 if (volume.IsPersistent() && volume.KnowsQuery()) { in MessageReceived() 2462 if (volume.IsPersistent() && volume.KnowsQuery()) { in AddVolumes() 2567 if (volume.IsPersistent() && volume.KnowsQuery() && volume.KnowsAttr()) { in AddRecentQueries()
|
/haiku/src/preferences/filetypes/ |
H A D | ApplicationTypesWindow.cpp | 314 if (!volume.KnowsQuery()) in _RemoveUninstalled()
|
/haiku/src/apps/drivesetup/ |
H A D | PartitionList.cpp | 259 appendParameter(parameters, volume.KnowsQuery(), B_TRANSLATE("Queries")); in PartitionListRow()
|
/haiku/docs/user/storage/ |
H A D | Volume.dox | 387 \fn bool BVolume::KnowsQuery(void) const
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | TeamWindow.cpp | 2134 if (!volume.KnowsQuery()) in _RetrieveMatchingSourceEntries()
|
/haiku/src/kits/app/ |
H A D | Roster.cpp | 334 if (!volume.KnowsQuery()) in query_for_app()
|