Searched refs:Exists (Results 1 - 25 of 133) sorted by path

123456

/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h28 bool Exists();
/haiku/headers/os/net/
H A DNetworkInterface.h69 bool Exists() const;
/haiku/headers/os/storage/
H A DEntry.h51 bool Exists() const;
/haiku/headers/private/shared/
H A DOpenWithTracker.h56 if (!entry.Exists())
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp165 if (!entry.Exists())
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp144 if (entry.Exists()) {
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp315 if (entry.Exists()) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.cpp94 // Exists
96 Entry::Exists() const function in class:Entry
100 return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
H A DEntry.h35 bool Exists() const;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp88 if (entry.Exists())
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp387 if (!interface.Exists())
420 if (!interface.Exists())
H A DPPPManager.cpp251 if (!interface.Exists()) {
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp176 if (!BEntry(path.Path()).Exists())
/haiku/src/add-ons/print/drivers/postscript/
H A DPSEntry.cpp52 && BEntry(path.Path()).Exists()) {
/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp62 || !BEntry(&ref).Exists()) {
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp81 if (entry.Exists()) {
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp310 if (!entry.Exists())
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp203 if (entry.Exists()) {
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp323 if (!entry.Exists()) {
/haiku/src/apps/installer/
H A DUnzipEngine.cpp140 if (!descriptionEntry.Exists())
277 if (test.Exists() && test.IsDirectory()) {
/haiku/src/apps/launchbox/
H A DMainWindow.cpp442 if (entry.Exists() && entry.GetRef(&ref) == B_OK)
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp239 if (!entry.Exists() || !entry.IsFile())
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp441 if (origEntry.Exists()) {
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp239 if (entry.Exists() && entry.Remove() != B_OK) {
250 if (entry.Exists() && entry.Remove() != B_OK) {
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp209 if (!entry.Exists() && !parent.Exists()) {

Completed in 198 milliseconds

123456