Symbol: Exists
headers/build/os/storage/Entry.h
52
bool Exists() const;
headers/os/add-ons/network_settings/NetworkProfile.h
28
bool Exists();
headers/os/net/NetworkDevice.h
96
bool Exists() const;
headers/os/net/NetworkInterface.h
69
bool Exists() const;
headers/os/storage/Entry.h
51
bool Exists() const;
headers/private/shared/OpenWithTracker.h
56
if (!entry.Exists())
src/add-ons/index_server/fulltext/CLuceneDataBase.cpp
165
if (!entry.Exists())
src/add-ons/input_server/filters/screen_saver/ScreenSaverFilter.cpp
144
if (entry.Exists()) {
src/add-ons/input_server/filters/shortcut_catcher/ParseCommandLine.cpp
315
if (entry.Exists()) {
src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp
3027
if (FDManager::SetEntry(&entry, &ref) != B_OK || !entry.Exists())
src/add-ons/kernel/file_systems/netfs/server/Entry.cpp
100
return (FDManager::SetEntry(&bEntry, &entryRef) == B_OK && bEntry.Exists());
src/add-ons/kernel/file_systems/netfs/server/Entry.h
35
bool Exists() const;
src/add-ons/kernel/file_systems/netfs/server/NetFSServer.cpp
1034
|| !bEntry.Exists())) {
src/add-ons/kernel/file_systems/netfs/server/NetFSServer.cpp
936
|| !bEntry.Exists()) {
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
1123
if (!entry->Exists()) {
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
1218
if (!oldEntry->Exists()) {
src/add-ons/kernel/file_systems/userlandfs/server/UserlandFSServer.cpp
88
if (entry.Exists())
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
387
if (!interface.Exists())
src/add-ons/kernel/network/ppp/shared/libppp/PPPInterface.cpp
420
if (!interface.Exists())
src/add-ons/kernel/network/ppp/shared/libppp/PPPManager.cpp
251
if (!interface.Exists()) {
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilter.cpp
176
if (!BEntry(path.Path()).Exists())
src/add-ons/print/drivers/postscript/PSEntry.cpp
52
&& BEntry(path.Path()).Exists()) {
src/add-ons/tracker/label_as/LabelAs.cpp
54
if (!entry.Exists())
src/add-ons/tracker/label_as/LabelAs.cpp
59
&& folderEntry.Exists()) {
src/add-ons/tracker/zipomatic/ZipperThread.cpp
132
if (!entry.Exists()) {
src/add-ons/tracker/zipomatic/ZipperThread.cpp
420
if (!entry.Exists())
src/add-ons/tracker/zipomatic/ZipperThread.cpp
92
&& dirEntry.Exists()
src/apps/aboutsystem/HyperTextActions.cpp
62
|| !BEntry(&ref).Exists()) {
src/apps/cortex/RouteApp/RouteApp.cpp
432
if(!entry.Exists())
src/apps/cortex/RouteApp/RouteApp.cpp
437
if(!entry.Exists())
src/apps/cortex/RouteApp/RouteApp.cpp
479
if(!folderEntry.Exists()) {
src/apps/deskbar/BarWindow.cpp
124
&& entry.Exists()
src/apps/deskbar/BarWindow.cpp
130
&& entry.Exists()
src/apps/deskbar/DeskbarUtils.cpp
81
if (entry.Exists()) {
src/apps/deskbar/StatusView.cpp
497
if (entry.SetTo(path.String()) == B_OK && entry.Exists()) {
src/apps/diskprobe/DiskProbe.cpp
310
if (!entry.Exists())
src/apps/expander/ExpanderPreferences.cpp
207
if (entry.Exists()) {
src/apps/expander/ExpanderSettings.cpp
133
if (entry.Exists())
src/apps/expander/ExpanderWindow.cpp
196
if (!entry.Exists()) {
src/apps/expander/ExpanderWindow.cpp
255
if (entry.Exists() && entry.IsDirectory())
src/apps/expander/ExpanderWindow.cpp
274
if (entry.Exists() && entry.IsDirectory())
src/apps/expander/ExpanderWindow.cpp
353
if (!entry.Exists()) {
src/apps/expander/ExpanderWindow.cpp
579
if (dEntry.Exists()) {
src/apps/expander/ExpanderWindow.cpp
654
if (!destEntry.Exists()) {
src/apps/haikudepot/ui/App.cpp
346
if (!entry.Exists() || entry.GetPath(&path) != B_OK) {
src/apps/icon-o-matic/generic/gui/IconButton.cpp
323
if (!entry.Exists()) {
src/apps/installer/CopyEngine.cpp
360
if (destination.Exists()) {
src/apps/installer/CopyEngine.cpp
402
if (destination.Exists()) {
src/apps/installer/UnzipEngine.cpp
140
if (!descriptionEntry.Exists())
src/apps/installer/UnzipEngine.cpp
277
if (test.Exists() && test.IsDirectory()) {
src/apps/installer/WorkerThread.cpp
728
if (!systemEntry.Exists())
src/apps/launchbox/MainWindow.cpp
441
if (entry.Exists() && entry.GetRef(&ref) == B_OK)
src/apps/mail/MailApp.cpp
220
if (tmp.InitCheck() == B_OK && tmp.Exists())
src/apps/mail/MailApp.cpp
526
if (BEntry(kWordsPath).Exists() || BEntry(dataPath.Path()).Exists()) {
src/apps/mail/MailApp.cpp
529
if (!BEntry(dataPath.Path()).Exists() && BEntry(kWordsPath).Exists()) {
src/apps/mail/MailApp.cpp
567
if (!BEntry(dataPath.Path()).Exists()) {
src/apps/mail/MailApp.cpp
573
if (BEntry(userDictionaryDir.Path()).Exists()) {
src/apps/mail/MailWindow.cpp
1449
if (!entry.Exists())
src/apps/mail/MailWindow.cpp
1454
&& folderEntry.Exists()) {
src/apps/mail/MailWindow.cpp
1854
if (!entry.Exists()) {
src/apps/mail/MailWindow.cpp
1861
&& folderEntry.Exists()) {
src/apps/mail/MailWindow.cpp
2609
if (!entry.Exists())
src/apps/mail/MailWindow.cpp
2836
if (!entry.Exists())
src/apps/mail/MailWindow.cpp
2894
if (!BEntry(path.Path()).Exists())
src/apps/mail/MailWindow.cpp
3080
if (entry.Exists()) {
src/apps/mediaconverter/MediaConverterApp.cpp
211
if (!directoryEntry.Exists()) {
src/apps/mediaplayer/MainApp.cpp
239
if (!entry.Exists() || !entry.IsFile())
src/apps/mediaplayer/MainWin.cpp
682
if (!BEntry(&fileRef).Exists()) {
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
533
if (!test.Exists())
src/apps/mediaplayer/playlist/Playlist.cpp
510
if (entry.InitCheck() != B_OK || !entry.Exists())
src/apps/mediaplayer/playlist/Playlist.cpp
544
if (entry.InitCheck() != B_OK || !entry.Exists())
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
425
if (origEntry.Exists()) {
src/apps/networkstatus/NetworkStatusView.cpp
330
if (!networkInterface.Exists())
src/apps/packageinstaller/InstalledPackageInfo.cpp
239
if (entry.Exists() && entry.Remove() != B_OK) {
src/apps/packageinstaller/InstalledPackageInfo.cpp
250
if (entry.Exists() && entry.Remove() != B_OK) {
src/apps/people/PeopleApp.cpp
212
if (entry.Exists() && entry.GetRef(&ref) == B_OK)
src/apps/screenshot/ScreenshotWindow.cpp
700
if (!directoryEntry.Exists()) {
src/apps/screenshot/ScreenshotWindow.cpp
721
if (entry.Exists()) {
src/apps/screenshot/ScreenshotWindow.cpp
812
if (!BEntry(outputPath.Path()).Exists())
src/apps/screenshot/ScreenshotWindow.cpp
828
} while (entry.Exists());
src/apps/screenshot/Utility.cpp
105
} while (entry.Exists());
src/apps/stylededit/StatusView.cpp
288
if (status != B_OK || !entry.Exists())
src/apps/stylededit/StyledEditApp.cpp
229
if (!entry.Exists() && !parent.Exists()) {
src/apps/stylededit/StyledEditWindow.cpp
1613
if (status != B_OK || !entry.Exists()) {
src/apps/text_search/GrepApp.cpp
45
if (entry.Exists()) {
src/apps/text_search/Grepper.cpp
184
if (!entry.Exists()) {
src/apps/webpositive/BookmarkBar.cpp
277
if (!entry.Exists())
src/apps/webpositive/BrowserApp.cpp
182
if (entry.Exists() && entry.GetPath(&path) == B_OK)
src/apps/webpositive/BrowserApp.cpp
498
if (!entry.Exists())
src/apps/webpositive/BrowserWindow.cpp
1008
if (!entry.Exists() || entry.GetPath(&path) != B_OK)
src/apps/webpositive/BrowserWindow.cpp
1970
if (status == B_OK && entry.Exists() == true) {
src/apps/webpositive/BrowserWindow.cpp
1990
while (entry.Exists()) {
src/apps/webpositive/BrowserWindow.cpp
506
if (bookmarkBar.Exists() && bookmarkBar.GetRef(&bookmarkBarRef)
src/apps/webpositive/DownloadProgressView.cpp
249
if (!entry.Exists())
src/apps/webpositive/DownloadProgressView.cpp
256
if (!fDownload && (fStatusBar->CurrentValue() < 100 || !entry.Exists())) {
src/apps/webpositive/DownloadProgressView.cpp
342
if (entry.Exists())
src/apps/webpositive/DownloadProgressView.cpp
558
if (!entry.Exists())
src/bin/copyattr.cpp
533
bool destExists = destEntry.Exists();
src/bin/desklink/desklink.cpp
129
if (entry.Exists()) {
src/bin/installsound.cpp
82
if(get_ref_for_path(argv[2], &ref)!=B_OK || !BEntry(&ref, true).Exists()) {
src/bin/mail_utils/spamdbm.cpp
1811
if (ErrorCode != B_OK || !Entry.Exists () || Entry.GetPath (&Path) != B_OK)
src/bin/mail_utils/spamdbm.cpp
4100
if (!Entry.Exists ())
src/bin/mail_utils/spamdbm.cpp
4111
if (!Entry.Exists ())
src/bin/mail_utils/spamdbm.cpp
5980
mwcc -nwhitehorn */ && !Entry.Exists ()) ||
src/bin/mail_utils/spamdbm.cpp
6791
if (ErrorCode != B_OK || !DirectoryEntry.Exists ())
src/bin/mimeset.cpp
116
if (!entry.Exists())
src/bin/mountvolume.cpp
454
if (!entry.Exists())
src/bin/network/ifconfig/ifconfig.cpp
316
if (!device.Exists()) {
src/bin/network/ifconfig/ifconfig.cpp
505
if (!interface.Exists()) {
src/bin/network/ifconfig/ifconfig.cpp
723
if (!interface.Exists()) {
src/bin/open.cpp
118
if (result == B_OK && entry.Exists()) {
src/bin/open.cpp
131
if (result == B_OK && entry.Exists())
src/bin/open.cpp
79
if ((result = entry.InitCheck()) == B_OK && entry.Exists()) {
src/bin/package_repo/command_create.cpp
168
if (!repositoryInfoEntry.Exists()) {
src/bin/package_repo/command_create.cpp
217
if (!entry.Exists()) {
src/bin/package_repo/command_update.cpp
283
if (!sourceRepositoryEntry.Exists()) {
src/bin/ramdisk.cpp
185
if (error == B_OK && !entry.Exists())
src/bin/resattr.cpp
178
if (!BEntry(outputFile).Exists()) {
src/bin/settype.cpp
165
if (!entry.Exists()) {
src/build/libbe/storage/Directory.cpp
243
if (status == B_OK && !entry->Exists()) {
src/build/libbe/storage/Directory.cpp
276
if (entry == NULL || !entry->Exists() || InitCheck() != B_OK)
src/build/libbe/storage/Directory.cpp
577
if (entry.Exists()) {
src/build/libbe/storage/Entry.cpp
1052
if (!clobber && target.Exists())
src/build/libbe/storage/MergedDirectory.cpp
235
if (entry.Exists() && entry.GetRef(&ref) == B_OK
src/build/libbe/storage/MimeType.cpp
368
if (!entry.Exists())
src/kits/app/Roster.cpp
140
if (error == B_OK && !entry.Exists())
src/kits/debugger/dwarf/DwarfFile.cpp
3305
if (entry.Exists())
src/kits/device/USBRoster.cpp
192
if (!entry.Exists()) {
src/kits/interface/DecorInfo.cpp
228
if (!entry.Exists()) {
src/kits/interface/DecorInfo.cpp
289
if (!entry.Exists()) {
src/kits/interface/DecorInfo.cpp
307
if (!entry.Exists()) {
src/kits/locale/LocaleRoster.cpp
569
if (!entry.Exists())
src/kits/mail/MailSettings.cpp
446
if (entry.Exists()) {
src/kits/mail/MailSettings.cpp
808
return BEntry(&fInboundSettings.AddOnRef()).Exists();
src/kits/mail/MailSettings.cpp
815
return BEntry(&fOutboundSettings.AddOnRef()).Exists();
src/kits/mail/MailSettings.cpp
964
if (!testEntry.Exists()) {
src/kits/mail/MailSettings.cpp
985
if (entry.Exists()) {
src/kits/midi/SoftSynth.cpp
170
if (!BEntry(path).Exists())
src/kits/package/ActivateRepositoryConfigJob.cpp
53
if (fTargetEntry.Exists()) {
src/kits/package/PackageRoster.cpp
181
if (repoCacheEntry.Exists())
src/kits/package/PackageRoster.cpp
210
if (repoConfigEntry.Exists())
src/kits/package/PackageRoster.cpp
370
if (!entry.Exists()) {
src/kits/package/manager/PackageManager.cpp
125
if (error == B_OK && BEntry(path.Path()).Exists())
src/kits/package/manager/RepositoryBuilder.cpp
148
if (!entry.Exists()) {
src/kits/print/Printer.cpp
420
if (driver.InitCheck() == B_OK && driver.Exists() && driver.IsFile())
src/kits/shared/IconButton.cpp
339
if (!entry.Exists()) {
src/kits/storage/Directory.cpp
263
if (status == B_OK && !entry->Exists()) {
src/kits/storage/Directory.cpp
296
if (entry == NULL || !entry->Exists() || InitCheck() != B_OK)
src/kits/storage/Directory.cpp
594
if (entry.Exists()) {
src/kits/storage/Entry.cpp
726
if (!clobber && target.Exists())
src/kits/storage/PathMonitor.cpp
1020
if (notify && fBaseAncestor->Exists()
src/kits/storage/PathMonitor.cpp
1030
if (ancestor->Exists())
src/kits/storage/PathMonitor.cpp
1304
if (!fBaseAncestor->Exists())
src/kits/storage/PathMonitor.cpp
1308
if (fBaseAncestor->Exists()) {
src/kits/storage/PathMonitor.cpp
1425
if (childAncestor->Exists()) {
src/kits/storage/PathMonitor.cpp
1515
if (!ancestor->Exists())
src/kits/storage/PathMonitor.cpp
981
if (!ancestor->Exists()) {
src/kits/storage/PathMonitor.cpp
989
if (!fBaseAncestor->Exists())
src/kits/storage/Volume.cpp
233
&& entry.Exists()
src/kits/storage/disk_device/DiskSystemAddOnManager.cpp
284
if (!BEntry(path.Path()).Exists())
src/kits/storage/disk_device/Partition.cpp
532
if (!entry.Exists())
src/kits/storage/disk_device/Partition.cpp
655
if (pathEntry.InitCheck() == B_OK && pathEntry.Exists()) {
src/kits/storage/mime/Database.cpp
124
if (entry.Exists())
src/kits/storage/mime/DatabaseLocation.cpp
783
if (BEntry(&parent, superTypeName).Exists())
src/kits/tracker/ContainerWindow.cpp
3703
if (!BEntry(path.Path()).Exists()) {
src/kits/tracker/FSClipboard.cpp
427
if (!entry.Exists()) {
src/kits/tracker/FSUtils.cpp
3143
if (entry.Exists())
src/kits/tracker/FSUtils.cpp
3185
if (parentEntry.InitCheck() != B_OK || !parentEntry.Exists()) {
src/kits/tracker/FSUtils.cpp
3193
if (!originalEntry.Exists()) {
src/kits/tracker/FilePanelPriv.cpp
559
if (!entry.Exists())
src/kits/tracker/FindPanel.cpp
1187
if (entry.InitCheck() == B_OK && entry.Exists() && !entry.IsDirectory())
src/kits/tracker/FindPanel.cpp
1208
if (entry.Exists() && entry.IsDirectory()) {
src/kits/tracker/FindPanel.cpp
244
if (entry.Exists() && entry.GetRef(&defaultRef) == B_OK)
src/kits/tracker/FindPanel.cpp
2601
if (FSInTrashDir(&ref) || !entry.Exists())
src/kits/tracker/FindPanel.cpp
343
if (!entry.Exists())
src/kits/tracker/FindPanel.cpp
364
if (entry->Exists()) {
src/kits/tracker/FindPanel.cpp
418
if (strcmp(type, B_QUERY_TEMPLATE_MIMETYPE) == 0 && BEntry(&ref).Exists()
src/kits/tracker/NavMenu.cpp
406
|| !entry.Exists()) {
src/kits/tracker/QueryPoseView.cpp
613
if (entry.InitCheck() != B_OK || !entry.Exists() || !entry.IsDirectory())
src/kits/tracker/Tracker.cpp
1143
if (entry.InitCheck() == B_OK && entry.Exists())
src/kits/tracker/Tracker.cpp
732
if (entry.InitCheck() != B_OK || !entry.Exists())
src/kits/tracker/TrackerScripting.cpp
214
if (!entry.Exists())
src/kits/tracker/infowindow/GeneralInfoView.cpp
337
if (entry.InitCheck() == B_OK && entry.Exists())
src/kits/tracker/infowindow/GeneralInfoView.cpp
666
if (entry.InitCheck() != B_OK || !entry.Exists()) {
src/kits/tracker/infowindow/InfoWindow.cpp
326
&& targetEntry.Exists()) {
src/kits/translation/TranslatorRoster.cpp
859
if (entry.InitCheck() == B_OK && entry.Exists() && entry.IsFile()) {
src/preferences/mail/AutoConfigView.cpp
213
if (entry.Exists() && entry.GetRef(ref) == B_OK)
src/preferences/mail/ConfigWindow.cpp
287
if (entry.InitCheck() == B_OK && entry.Exists()) {
src/preferences/network/NetworkProfile.cpp
114
return fEntry.Exists();
src/preferences/shortcuts/ShortcutsWindow.cpp
328
return entry.Exists();
src/preferences/sounds/HWindow.cpp
66
if (entry.Exists()) {
src/preferences/sounds/HWindow.cpp
96
if (entry.Exists())
src/preferences/time/ZoneView.cpp
586
if (entry.Exists()) {
src/servers/app/decorator/DecorManager.cpp
285
if (!entry.Exists()) {
src/servers/app/font/GlobalFontManager.cpp
331
|| !entry.Exists()
src/servers/launch/AbstractEmptyDirectoryJob.cpp
26
if (!entry.Exists()) {
src/servers/launch/Conditions.cpp
459
|| !entry.Exists())
src/servers/launch/LaunchDaemon.cpp
1424
if (entry.InitCheck() != B_OK || !entry.Exists())
src/servers/mail/DeskbarView.cpp
612
if (!query.Exists())
src/servers/media_addon/MediaFilePlayer.cpp
33
|| !BEntry(&ref).Exists())
src/servers/net/NetServer.cpp
446
if (!interface.Exists()) {
src/servers/net/NetServer.cpp
756
if (!entry.Exists()) {
src/servers/package/CommitTransactionHandler.cpp
1530
if (targetEntry.Exists()) {
src/servers/package/CommitTransactionHandler.cpp
1563
if (targetEntry.Exists()) {
src/servers/package/CommitTransactionHandler.cpp
496
while (BEntry(&adminDirectory, directoryName).Exists()) {
src/servers/package/Volume.cpp
336
if (!BEntry(&packagesDirectory, kAdminDirectoryName).Exists()) {
src/servers/package/Volume.cpp
348
if (createdAdminDirectory || flagFileEntry.Exists()) {
src/servers/package/Volume.cpp
351
if (flagFileEntry.Exists())
src/servers/registrar/TRoster.cpp
199
if (!entry.Exists())
src/servers/registrar/TRoster.cpp
396
if (error == B_OK && !BEntry(&ref).Exists())
src/tests/add-ons/kernel/kernelland_emu/module.cpp
194
if (entry.SetTo(path) == B_OK && entry.Exists()) {
src/tests/add-ons/kernel/kernelland_emu/module.cpp
675
if (entry.SetTo(path.Path()) == B_OK && entry.Exists()) {
src/tests/kits/app/broster/GetRecentTester.cpp
1367
if (!BEntry(kTempDir).Exists()) {
src/tests/kits/app/broster/GetRecentTester.cpp
1422
if (!BEntry(dirname).Exists())
src/tests/kits/app/broster/GetRecentTester.cpp
1444
if (BEntry(kTempDir).Exists())
src/tests/kits/game/push_game_sound_test/push_game_sound_test.cpp
50
if (entry.InitCheck() != B_OK || !entry.Exists()) {
src/tests/kits/interface/picture/PictureTest.cpp
192
if (entry.Exists()) {
src/tests/kits/midi/test1.cpp
14
if (!entry.Exists()) {
src/tests/kits/net/wlan_test.cpp
60
if (!device.Exists()) {
src/tests/kits/storage/EntryTest.cpp
1305
CPPUNIT_ASSERT( entry.Exists() == false );
src/tests/kits/storage/EntryTest.cpp
1310
CPPUNIT_ASSERT( entry.Exists() == false );
src/tests/kits/storage/EntryTest.cpp
1315
CPPUNIT_ASSERT( entry.Exists() == true );
src/tests/kits/storage/EntryTest.cpp
1618
CPPUNIT_ASSERT( !abstract.Exists() );
src/tests/kits/storage/EntryTest.cpp
2361
CPPUNIT_ASSERT( entry.Exists() );
src/tests/kits/storage/EntryTest.cpp
300
CPPUNIT_ASSERT( entry.Exists() == testEntry->isConcrete() );
src/tests/kits/storage/MimeTypeTest.cpp
136
if (dir.InitCheck() != B_OK || !dir.Exists()) {
src/tests/kits/storage/MimeTypeTest.cpp
2184
if (entry.Exists())
src/tests/kits/storage/MimeTypeTest.cpp
2186
CHK(!entry.Exists());
src/tests/kits/storage/MimeTypeTest.cpp
2203
return entry.Exists();
src/tests/kits/storage/MimeTypeTest.cpp
2641
if (entry.Exists()) {
src/tests/kits/storage/MimeTypeTest.cpp
3700
CHK(entry.Exists() == false);
src/tests/kits/storage/MimeTypeTest.cpp
770
CHK(!entry.Exists());
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
527
if (entry.Exists())
src/tests/system/kernel/node_monitor_test.cpp
49
if (!entry.Exists()) {
src/tools/restest/restest.cpp
186
if (!entry.Exists() || !entry.IsFile())