Searched refs:Exists (Results 26 - 50 of 133) sorted by relevance

123456

/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()) {
/haiku/src/kits/mail/
H A DMailSettings.cpp446 if (entry.Exists()) {
808 return BEntry(&fInboundSettings.AddOnRef()).Exists();
815 return BEntry(&fOutboundSettings.AddOnRef()).Exists();
964 if (!testEntry.Exists()) {
985 if (entry.Exists()) {
/haiku/src/apps/mail/
H A DMailApp.cpp220 if (tmp.InitCheck() == B_OK && tmp.Exists())
519 if (BEntry(kWordsPath).Exists() || BEntry(dataPath.Path()).Exists()) {
522 if (!BEntry(dataPath.Path()).Exists() && BEntry(kWordsPath).Exists()) {
560 if (!BEntry(dataPath.Path()).Exists()) {
566 if (BEntry(userDictionaryDir.Path()).Exists()) {
/haiku/src/build/libbe/storage/
H A DDirectory.cpp243 if (status == B_OK && !entry->Exists()) {
276 if (entry == NULL || !entry->Exists() || InitCheck() != B_OK)
577 if (entry.Exists()) {
H A DMergedDirectory.cpp235 if (entry.Exists() && entry.GetRef(&ref) == B_OK
/haiku/src/kits/storage/
H A DDirectory.cpp263 if (status == B_OK && !entry->Exists()) {
296 if (entry == NULL || !entry->Exists() || InitCheck() != B_OK)
594 if (entry.Exists()) {
H A DPathMonitor.cpp137 bool Exists() const function in class:__anon3::Ancestor
981 if (!ancestor->Exists()) {
989 if (!fBaseAncestor->Exists())
1020 if (notify && fBaseAncestor->Exists()
1030 if (ancestor->Exists())
1304 if (!fBaseAncestor->Exists())
1308 if (fBaseAncestor->Exists()) {
1425 if (childAncestor->Exists()) {
1515 if (!ancestor->Exists())
/haiku/src/kits/interface/
H A DDecorInfo.cpp228 if (!entry.Exists()) {
289 if (!entry.Exists()) {
307 if (!entry.Exists()) {
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp432 if(!entry.Exists())
437 if(!entry.Exists())
479 if(!folderEntry.Exists()) {
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_test.cpp50 if (entry.InitCheck() != B_OK || !entry.Exists()) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp88 if (entry.Exists())
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp192 if (entry.Exists()) {
/haiku/src/bin/
H A Dmimeset.cpp116 if (!entry.Exists())
H A Dsettype.cpp165 if (!entry.Exists()) {
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp239 if (!entry.Exists())
246 if (!fDownload && (fStatusBar->CurrentValue() < 100 || !entry.Exists())) {
328 if (entry.Exists())
539 if (!selected.Exists())
H A DBrowserApp.cpp181 if (entry.Exists() && entry.GetPath(&path) == B_OK)
485 if (!entry.Exists())
/haiku/src/bin/desklink/
H A Ddesklink.cpp129 if (entry.Exists()) {
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp387 if (!interface.Exists())
420 if (!interface.Exists())
/haiku/src/apps/expander/
H A DExpanderWindow.cpp195 if (!entry.Exists()) {
254 if (entry.Exists() && entry.IsDirectory())
272 if (entry.Exists() && entry.IsDirectory())
351 if (!entry.Exists()) {
577 if (dEntry.Exists()) {
652 if (!destEntry.Exists()) {
/haiku/src/apps/installer/
H A DCopyEngine.cpp360 if (destination.Exists()) {
402 if (destination.Exists()) {
/haiku/src/kits/device/
H A DUSBRoster.cpp192 if (!entry.Exists()) {
/haiku/src/tools/restest/
H A Drestest.cpp186 if (!entry.Exists() || !entry.IsFile())
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp315 if (entry.Exists()) {
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp144 if (entry.Exists()) {

Completed in 158 milliseconds

123456