Searched refs:Exists (Results 101 - 125 of 133) sorted by relevance

123456

/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp328 if (!networkInterface.Exists())
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp328 return entry.Exists();
/haiku/src/servers/mail/
H A DDeskbarView.cpp612 if (!query.Exists())
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp211 if (!directoryEntry.Exists()) {
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp507 if (bookmarkBar.Exists() && bookmarkBar.GetRef(&bookmarkBarRef)
1009 if (!entry.Exists() || entry.GetPath(&path) != B_OK)
1966 if (status == B_OK && entry.Exists() == true) {
1986 while (entry.Exists()) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp1123 if (!entry->Exists()) {
1218 if (!oldEntry->Exists()) {
/haiku/src/kits/tracker/
H A DTracker.cpp756 if (entry.InitCheck() != B_OK || !entry.Exists())
1168 if (entry.InitCheck() == B_OK && entry.Exists())
H A DNavMenu.cpp409 || !entry.Exists()) {
H A DFSUtils.cpp3125 if (entry.Exists())
3167 if (parentEntry.InitCheck() != B_OK || !parentEntry.Exists()) {
3175 if (!originalEntry.Exists()) {
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp223 suite->addTest( new TC("BEntry::Special cases for Exists(), GetPath(),...",
299 // Exists()
300 CPPUNIT_ASSERT( entry.Exists() == testEntry->isConcrete() );
1294 // Tests special (mostly error) cases for Exists(), GetPath(), GetName(),
1301 // 1. Exists()
1305 CPPUNIT_ASSERT( entry.Exists() == false );
1310 CPPUNIT_ASSERT( entry.Exists() == false );
1315 CPPUNIT_ASSERT( entry.Exists() == true );
1618 CPPUNIT_ASSERT( !abstract.Exists() );
2361 CPPUNIT_ASSERT( entry.Exists() );
[all...]
H A DMimeTypeTest.cpp136 if (dir.InitCheck() != B_OK || !dir.Exists()) {
770 CHK(!entry.Exists());
2184 if (entry.Exists())
2186 CHK(!entry.Exists());
2203 return entry.Exists();
2641 if (entry.Exists()) {
3700 CHK(entry.Exists() == false);
/haiku/src/apps/mail/
H A DMailWindow.cpp1721 if (!entry.Exists()) {
1728 && folderEntry.Exists()) {
2476 if (!entry.Exists())
2703 if (!entry.Exists())
2761 if (!BEntry(path.Path()).Exists())
2947 if (entry.Exists()) {
/haiku/src/servers/registrar/
H A DTRoster.cpp199 if (!entry.Exists())
396 if (error == B_OK && !BEntry(&ref).Exists())
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp323 if (!entry.Exists()) {
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp527 if (entry.Exists())
/haiku/src/preferences/mail/
H A DConfigWindow.cpp287 if (entry.InitCheck() == B_OK && entry.Exists()) {
/haiku/src/kits/storage/mime/
H A DDatabase.cpp124 if (entry.Exists())
/haiku/src/kits/shared/
H A DIconButton.cpp339 if (!entry.Exists()) {
/haiku/src/apps/installer/
H A DWorkerThread.cpp603 if (!systemEntry.Exists())
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp638 BNetworkDevice::Exists() const function in class:BNetworkDevice
/haiku/src/kits/package/manager/
H A DPackageManager.cpp125 if (error == B_OK && BEntry(path.Path()).Exists())
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp339 || !entry.Exists()
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1811 if (ErrorCode != B_OK || !Entry.Exists () || Entry.GetPath (&Path) != B_OK)
4100 if (!Entry.Exists ())
4111 if (!Entry.Exists ())
5980 mwcc -nwhitehorn */ && !Entry.Exists ()) ||
6791 if (ErrorCode != B_OK || !DirectoryEntry.Exists ())
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp859 if (entry.InitCheck() == B_OK && entry.Exists() && entry.IsFile()) {
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1601 if (status != B_OK || !entry.Exists()) {

Completed in 425 milliseconds

123456