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

12345

/haiku-fatelf/headers/os/storage/
H A DEntry.h51 bool Exists() const;
/haiku-fatelf/src/apps/diskusage/
H A DApp.cpp36 helpFileWasFound = entry.Exists();
/haiku-fatelf/src/bin/desklink/
H A Ddesklink.cpp128 if (entry.Exists()) {
/haiku-fatelf/src/servers/media_addon/
H A DMediaFilePlayer.cpp30 || !BEntry(&ref).Exists())
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DBookmark.cpp128 bool Bookmark::Exists(const char* f, const char* s) const { function in class:Bookmark
189 if (Exists(family.String(), style.String())) {
/haiku-fatelf/src/apps/installer/
H A DUnzipEngine.cpp140 if (!descriptionEntry.Exists())
277 if (test.Exists() && test.IsDirectory()) {
H A DCopyEngine.cpp333 if (copy.Exists()) {
377 if (copy.Exists()) {
/haiku-fatelf/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp239 if (entry.Exists() && entry.Remove() != B_OK) {
250 if (entry.Exists() && entry.Remove() != B_OK) {
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditApp.cpp198 if (!entry.Exists() && !parent.Exists()) {
/haiku-fatelf/src/apps/mail/
H A DMailApp.cpp221 if (tmp.InitCheck() == B_OK && tmp.Exists())
504 if (BEntry(kWordsPath).Exists() || BEntry(dataPath.Path()).Exists()) {
507 if (!BEntry(dataPath.Path()).Exists() && BEntry(kWordsPath).Exists()) {
545 if (!BEntry(dataPath.Path()).Exists()) {
551 if (BEntry(userDictionaryDir.Path()).Exists()) {
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp90 && dirEntry.Exists()
130 if (!entry.Exists()) {
414 if (!entry.Exists())
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteApp.cpp433 if(!entry.Exists())
438 if(!entry.Exists())
480 if(!folderEntry.Exists()) {
/haiku-fatelf/src/build/libbe/storage/
H A DDirectory.cpp386 if (error == B_OK && !entry->Exists()) {
459 result = entry->Exists();
939 if (entry.Exists()) {
/haiku-fatelf/src/kits/storage/
H A DDirectory.cpp263 if (status == B_OK && !entry->Exists()) {
296 if (entry == NULL || !entry->Exists() || InitCheck() != B_OK)
593 if (entry.Exists()) {
/haiku-fatelf/src/bin/package_repo/
H A Dcommand_create.cpp167 if (!repositoryInfoEntry.Exists()) {
/haiku-fatelf/src/bin/
H A Dsettype.cpp165 if (!entry.Exists()) {
/haiku-fatelf/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_test.cpp50 if (entry.InitCheck() != B_OK || !entry.Exists()) {
/haiku-fatelf/src/tests/kits/interface/picture/
H A DPictureTest.cpp184 if (entry.Exists()) {
/haiku-fatelf/src/kits/tracker/
H A DTrackerScripting.cpp212 if (!entry.Exists())
/haiku-fatelf/src/apps/webpositive/
H A DDownloadProgressView.cpp247 if (!entry.Exists())
254 if (!fDownload && (fStatusBar->CurrentValue() < 100 || !entry.Exists())) {
329 if (entry.Exists())
530 if (!entry.Exists())
H A DBrowserApp.cpp146 if (entry.Exists() && entry.GetPath(&path) == B_OK)
375 if (!entry.Exists())
/haiku-fatelf/src/apps/expander/
H A DExpanderWindow.cpp160 if (!entry.Exists()) {
220 if (entry.Exists() && entry.IsDirectory())
238 if (entry.Exists() && entry.IsDirectory())
314 if (!entry.Exists()) {
523 if (dEntry.Exists()) {
596 if (!destEntry.Exists()) {
/haiku-fatelf/src/kits/mail/
H A DMailSettings.cpp757 return BEntry(&fInboundSettings.AddonRef()).Exists();
764 return BEntry(&fOutboundSettings.AddonRef()).Exists();
915 if (!testEntry.Exists()) {
/haiku-fatelf/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp164 if (!entry.Exists())
/haiku-fatelf/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp143 if (entry.Exists()) {

Completed in 302 milliseconds

12345